Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26be7ca

Browse files
committed
quick anti-brownout fix
- see #1274
1 parent 37ece60 commit 26be7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ sentry_init(sentry_options_t *options)
125125
sentry_close();
126126

127127
sentry_logger_t logger = { NULL, NULL, SENTRY_LEVEL_DEBUG };
128+
128129
if (options->debug) {
129130
logger = options->logger;
130131
}

0 commit comments

Comments
 (0)