KamilH
06/08/2021, 5:26 AM0 AudioburstMobileLibrary 0x1035f2f0c kfun:kotlinx.coroutines#<get-mainThread>(){}kotlinx.coroutines.MainThread + 1289996 (Thread.kt:31)
However I don’t have a crash message, so I can’t be sure what might go wrong there.
Is there any way to investigate this problem? Did you ever see something similar to this? The crashes are not reproducible by the client, but it affects like 70 usersKamilH
06/08/2021, 5:27 AMKamilH
06/08/2021, 5:27 AMSam
06/08/2021, 12:09 PMKamilH
06/08/2021, 12:26 PMAudioManager
constructor:
@objc AudioManager.init() + 1217892 (<compiler-generated>:0)
so it happens during AudioManager
initialization which is also initializing my library. This is very confusing because it happens only for some users and is not reproducibleSam
06/08/2021, 5:32 PMKamilH
06/08/2021, 6:13 PMSam
06/09/2021, 4:45 AM