force enable strictmode
0 | 1K
force enable strictmode for specified application in android, use this feature to check app's strictmode violation. if registerClass failed, setenforce 0.
force enable strictmode for specified application in android, use this feature to check app's strictmode violation. if registerClass failed, setenforce 0.
Show Douyin SimVideo Info
open wechat xlog, so we can see logs in logcat
use StrictMode.noteSlowCall to mark common slow binder call on main thread(IActivityManager, IPackageManager, IConnectivityManager)
add trace for binder call from binderproxy, use this feature to figure out which binder interface it calls