mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
Enable logging in debug
This commit is contained in:
parent
99ecfb09df
commit
bbd0dcabd0
@ -1117,6 +1117,9 @@ private:
|
||||
|
||||
tgcalls::GroupConfig config;
|
||||
config.need_log = false;
|
||||
#if DEBUG
|
||||
config.need_log = true;
|
||||
#endif
|
||||
|
||||
__weak GroupCallThreadLocalContext *weakSelf = self;
|
||||
_instance.reset(new tgcalls::GroupInstanceCustomImpl((tgcalls::GroupInstanceDescriptor){
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4de3323f05c77a4e3d2ae414c002ab419aba3bf5
|
||||
Subproject commit d9d0b2ca45ad2eb09f3297a7164d052ae03a6b81
|
Loading…
x
Reference in New Issue
Block a user