Replies: 1 comment
-
same with you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
直接部署在模拟器中可以正常调试,但是在lspose中激活模块以后就无法调试了。
在Logcat中看到如下日志:
2022-06-09 15:12:46.413 4091-4100/fuck.location W/fuck.location: Openjdkjvmti plugin was loaded on a non-debuggable Runtime. Plugin was loaded too late to change runtime state to DEBUGGABLE. Only kArtTiVersion (0x70010200) environments are available. Some functionality might not work properly.
2022-06-09 15:12:46.451 4091-4100/fuck.location E/fuck.location: JVMTI Version 0x30010000 requested but the runtime is not debuggable! Only limited, best effort kArtTiVersion (0x70010200) environments are available. If possible, rebuild your apk in debuggable mode or start the runtime with the
-Xcompiler-option --debuggable
flags.2022-06-09 15:12:46.451 4091-4100/fuck.location E/fuck.location: Bad JNI version passed to GetEnv: 805371904
2022-06-09 15:12:46.466 4091-4100/fuck.location I/fuck.location: debuggable & jni-type indices are required to implement structural class redefinition extensions.
2022-06-09 15:12:46.467 4091-4100/fuck.location A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7af2583a0430 in tid 4100 (ADB-JDWP Connec), pid 4091 (fuck.location)
debuggable已经设置为true了。ro.debuggable 也设置成了1。刚接触这个,不清楚应该怎么做才能调试了,有大佬可以告知一下么?
Beta Was this translation helpful? Give feedback.
All reactions