ios: always log delegate method calls

This commit is contained in:
Saúl Ibarra Corretgé 2019-05-22 20:53:13 +02:00
parent 9445cf99fd
commit ed2d4a8919
1 changed files with 1 additions and 1 deletions

View File

@ -42,11 +42,11 @@
- (void)_onJitsiMeetViewDelegateEvent:(NSString *)name
withData:(NSDictionary *)data {
#if DEBUG
NSLog(
@"[%s:%d] JitsiMeetViewDelegate %@ %@",
__FILE__, __LINE__, name, data);
#if DEBUG
NSAssert(
[NSThread isMainThread],
@"JitsiMeetViewDelegate %@ method invoked on a non-main thread",