ios: always log delegate method calls
This commit is contained in:
parent
47d5163c52
commit
9352517705
@ -42,11 +42,11 @@
|
|||||||
|
|
||||||
- (void)_onJitsiMeetViewDelegateEvent:(NSString *)name
|
- (void)_onJitsiMeetViewDelegateEvent:(NSString *)name
|
||||||
withData:(NSDictionary *)data {
|
withData:(NSDictionary *)data {
|
||||||
#if DEBUG
|
|
||||||
NSLog(
|
NSLog(
|
||||||
@"[%s:%d] JitsiMeetViewDelegate %@ %@",
|
@"[%s:%d] JitsiMeetViewDelegate %@ %@",
|
||||||
__FILE__, __LINE__, name, data);
|
__FILE__, __LINE__, name, data);
|
||||||
|
|
||||||
|
#if DEBUG
|
||||||
NSAssert(
|
NSAssert(
|
||||||
[NSThread isMainThread],
|
[NSThread isMainThread],
|
||||||
@"JitsiMeetViewDelegate %@ method invoked on a non-main thread",
|
@"JitsiMeetViewDelegate %@ method invoked on a non-main thread",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user