Skip to content

Commit 566af01

Browse files
committed
SDK-1831 implement enableLogging
1 parent c20016f commit 566af01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BranchSDK/Branch.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ - (id)initWithInterface:(BNCServerInterface *)interface
226226
[self loadUserAgent];
227227

228228
BranchJsonConfig *config = BranchJsonConfig.instance;
229+
230+
if (config.enableLogging) {
231+
[self enableLogging];
232+
}
233+
229234
if (config.checkPasteboardOnInstall) {
230235
[self checkPasteboardOnInstall];
231236
}

0 commit comments

Comments
 (0)