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