lancet icon indicating copy to clipboard operation
lancet copied to clipboard

lancet支持在应用中hook ActivityManagerService中的方法吗

Open 1649900265 opened this issue 3 years ago • 0 comments

lancet支持在应用中hook ActivityManagerService中的方法吗,比如 @Proxy("handleApplicationCrash") @TargetClass("com.android.server.am.ActivityManagerService ") public void handleApplicationCrash(IBinder app, ApplicationErrorReport.CrashInfo crashInfo){ Log.v("handleApplicationCrash", JSON.toJSONString(crashInfo)); Origin.callVoid(); }

1649900265 avatar Feb 15 '22 08:02 1649900265