残页
残页
Try this module instead of official zygisk? https://github.com/Dr-TSNG/ZygiskOnKernelSU
Fixed in 9fbd079
Can anyone confirm that this issue has been fixed? It seems the change Shana commited only added support for detecting "Reboot to safe mode" from recovery?
``` java.lang.NullPointerException at java.lang.VMClassLoader.findLoadedClass(Native Method) at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738) at java.lang.ClassLoader.loadClass(ClassLoader.java:363) at com.topjohnwu.magisk.AppClassLoader.loadClass(ClassLoaders.java:34) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at com.topjohnwu.magisk.DynLoad.createAndSetupApp(DynLoad.java:153) at com.topjohnwu.magisk.DelegateApplication.attachBaseContext(DelegateApplication.java:17) at android.app.Application.attach(Application.java:331) at android.app.Instrumentation.newApplication(Instrumentation.java:1178) at android.app.LoadedApk.makeApplication(LoadedApk.java:1356) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6689) at android.app.ActivityThread.access$1500(ActivityThread.java:247) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2057) at...
Retry with the CI debug build and upload logcat? https://github.com/topjohnwu/Magisk/actions/runs/3903572611
Use this tool to grab a logcat: https://t.me/hwrtools/10
With Zygisk enabled and the system hosts module installed
Nothing but kmsg is recorded in your logs. It seems your system prevents log from being printed. Try to turn on logging and try again Guide to turn on logging:...
Still no log recorded
Try run these commands as root then reboot? ``` echo 1 > /sys/kernel/logger/log_main/enable echo 2 > /sys/kernel/logger/log_main/priority ```