-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry_logger_zoe_logger format seems wrong? #1136
Comments
Looking at sentry-native/src/sentry_envelope.c Lines 368 to 370 in 45fa26b
const sentry_path_t * ->path, sentry-native/src/sentry_path.h Lines 8 to 18 in 13498e5
sentry_pathchar_t * a pointier to a character, either S or s depending on platform
|
I am sorry. I'm unsure what you're trying to accomplish, what goes wrong, or what your setup looks like. Can you provide an isolated repro of the issue you want to highlight? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
implies that it is recommended to use
But I am seeing a case where a message of
failed to read envelope item from "%S"
and va_list ofÀk�a��
result infailed to read envelope item from "ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
When does the problem happen
When trying to get eventId after minidump upload, see code snippet in #1135
Environment
Steps To Reproduce
Log output
The text was updated successfully, but these errors were encountered: