BA啊
BA啊
我注意到该库保证了调用和回调的线程一致,这是一个不错的设计:  **但其存在一定的风险:** 1.Kotlin的线程池是FixedThreadPool,这意味着线程会被复用,当有人给协程的线程设置了Looper,这个有Looper的协程线程我们记为线程A。 2.在Kotlin协程中创建MediaPlayer,会有机率命中线程A,这会导致无法回调listener。
1. Picture in picture mode: once the application switches to the background and enters again, it needs to be reconnected, which is very unreasonable. Can you add picture in picture...
com.orhanobut.logger.LoggerPrinter.logAdapters isNotAThreadSafeCollection!!! It is recommended to change to a thread-safe collection to avoid potential problems.
报错信息如下: * What went wrong: An exception occurred applying plugin request [id: 'com.bytedance.rhea-trace'] > Failed to apply plugin 'com.bytedance.rhea-trace'. > API 'android.registerTransform' is removed. For more information, see https://developer.android.com/studio/releases/gradle-plugin-api-updates#transform-api. To...