force open wechat xLog
open wechat xlog, so we can see logs in logcat
View Script4 scripts published
open wechat xlog, so we can see logs in logcat
View Scriptforce enable strictmode for specified application in android, use this feature to check app's strictmode violation. if registerClass failed, setenforce 0.
View Scriptuse StrictMode.noteSlowCall to mark common slow binder call on main thread(IActivityManager, IPackageManager, IConnectivityManager)
View Scriptadd trace for binder call from binderproxy, use this feature to figure out which binder interface it calls
View Script