Enable logging in debug

This commit is contained in:
Ali 2021-06-14 22:16:48 +04:00
parent 99ecfb09df
commit bbd0dcabd0
2 changed files with 4 additions and 1 deletions

View File

@ -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