After modifying the Android Framework code and compiling, brushing into the phone has been bootloop, how to solve?

the environment is Android O. I modified some code in framework/base, then recompiled the Framework module using mm, regenerated system.img using make snod, and kept Logo after swiping into the phone. How to analyze this situation?

the phone has been stuck in Logo and cannot be started, and you can"t see the log using adb logcat. How to analyze it?


use adb logcat-b all to capture all logs.

Menu