safetynet-fix icon indicating copy to clipboard operation
safetynet-fix copied to clipboard

Crash in debug mode on SDK < 28

Open Displax opened this issue 1 year ago • 0 comments

E Zygote  : java.lang.NoSuchMethodError: No static method getProcessName()Ljava/lang/String; in class Landroid/app/Application; or its super classes (declaration of 'android.app.Application' appears in /system/framework/framework.jar)
E Zygote  : 	at a.b.a(Unknown Source:0)
E Zygote  : 	at dev.kdrag0n.safetynetfix.EntryPoint.init(SourceFile:18)
E Zygote  : 	at com.android.internal.os.Zygote.nativeForkAndSpecialize(Native Method)
E Zygote  : 	at com.android.internal.os.Zygote.forkAndSpecialize(Zygote.java:105)
E Zygote  : 	at com.android.internal.os.ZygoteConnection.runOnce(ZygoteConnection.java:239)
E Zygote  : 	at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:164)
E Zygote  : 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:765)
D AndroidRuntime: Shutting down VM

Displax avatar Feb 14 '23 20:02 Displax