rovo89 / Xposed

The native part of the Xposed framework (mainly the modified app_process binary).
Other
7.4k stars 1.47k forks source link

xposed oreo x86 bootloops #319

Open youling257 opened 6 years ago

youling257 commented 6 years ago

log.txt

youling257 commented 6 years ago

xposed-v90-sdk27-x86-beta3,bootloops log.txt

youling257 commented 6 years ago

anybody see the log ?

rovo89 commented 6 years ago

Yep.

02-01 15:34:27.126  2259  2259 W dex2oat : 'verify-at-runtime' is an obsolete compiler filter name that will be removed in future releases, please use 'extract' instead.
02-01 15:35:06.404  2212  2212 E Zygote  : System zygote died with exception
02-01 15:35:06.404  2212  2212 E Zygote  : java.lang.RuntimeException: ANDROID_SOCKET_zygote unset or invalid
02-01 15:35:06.404  2212  2212 E Zygote  :  at com.android.internal.os.ZygoteServer.registerServerSocket(ZygoteServer.java:74)
02-01 15:35:06.404  2212  2212 E Zygote  :  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:748)
02-01 15:35:06.404  2212  2212 E Zygote  :  at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:108)
02-01 15:35:06.404  2212  2212 E Zygote  : Caused by: java.lang.NumberFormatException: s == null
02-01 15:35:06.404  2212  2212 E Zygote  :  at java.lang.Integer.parseInt(Integer.java:570)
02-01 15:35:06.404  2212  2212 E Zygote  :  at java.lang.Integer.parseInt(Integer.java:643)
02-01 15:35:06.404  2212  2212 E Zygote  :  at com.android.internal.os.ZygoteServer.registerServerSocket(ZygoteServer.java:72)

I don't think this is caused by Xposed, but by a misconfigured ROM. It's an "eng" build, which is usually used only during development, not for productive use.