king

Results 5 issues of king

https://github.com/Meituan-Dianping/Robust/blob/master/auto-patch-plugin/src/main/java/com/meituan/robust/autopatch/PatchesControlFactory.java 这个类第62行错了,导致复用机制不生效,会影响性能

XposedCompat.cacheDir = getCacheDir(); XposedCompat.context = this; XposedCompat.classLoader = getClassLoader(); XposedCompat.isFirstApplication = true; XposedHelpers.findAndHookMethod(ContextWrapper.class, "getPackageName", new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable { super.beforeHookedMethod(param); Log.e("XposedCompat", "beforeHookedMethod: " +...

XposedCompat.cacheDir = getCacheDir(); XposedCompat.context = this; XposedCompat.classLoader = getClassLoader(); XposedCompat.isFirstApplication = true; XposedHelpers.findAndHookMethod(ContextWrapper.class, "getPackageName", new XC_MethodHook() { @Override protected void beforeHookedMethod(MethodHookParam param) throws Throwable { super.beforeHookedMethod(param); Log.e("XposedCompat", "beforeHookedMethod: " +...

2019-11-23 11:44:36.358 24062-24062/com.bmax.budhook A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x5de188d8 in tid 24062 (om.bmax.budhook), pid 24062 (om.bmax.budhook) 2019-11-23 11:44:36.385 24115-24115/? I/crash_dump32: obtaining output fd from tombstoned,...