ios: add ability to manually toggle WebRTC logging

This commit is contained in:
Saúl Ibarra Corretgé
2019-10-18 14:05:18 +02:00
committed by Saúl Ibarra Corretgé
parent 6a916fd0e1
commit 63a221212b
+6
View File
@@ -24,6 +24,7 @@
#import "ReactUtils.h"
#import <RNGoogleSignin/RNGoogleSignin.h>
#import <WebRTC/RTCLogging.h>
@implementation JitsiMeet {
@@ -54,6 +55,11 @@
// Register a log handler for React.
registerReactLogHandler();
#if 0
// Enable WebRTC logs
RTCSetMinDebugLogLevel(RTCLoggingSeverityInfo);
#endif
}
return self;