Skip to content

Commit

Permalink
fix: put crash logger default local level back to none (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Jun 24, 2024
1 parent cd76c54 commit 8cf5bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void i_sentrycrashlog_logCBasic(const char *fmt, ...);
#endif

#ifndef SentryCrashLogger_LocalLevel
# define SentryCrashLogger_LocalLevel SentryCrashLogger_Level_Trace
# define SentryCrashLogger_LocalLevel SentryCrashLogger_Level_None
#endif

#define a_SentryCrashLOG_FULL(LEVEL, FMT, ...) \
Expand Down

0 comments on commit 8cf5bca

Please sign in to comment.