We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9987e commit 800607cCopy full SHA for 800607c
Branch-SDK/Branch-SDK/Branch.m
@@ -128,6 +128,7 @@ + (void) load {
128
+ (void) openLog {
129
// Initialize the log
130
BNCLogInitialize();
131
+ BNCLogSetDisplayLevel(BNCLogLevelAll);
132
NSURL *logURL = BNCURLForBranchDirectory();
133
logURL = [logURL URLByAppendingPathComponent:@"Branch.log"];
134
BNCLogSetOutputToURLByteWrap(logURL, 102400);
0 commit comments