* commit '56a8f8b48ff1d0855209307b9076d6e9b348b59b': Don't make isSafeMode a field on the Zygote class.
This commit is contained in:
@ -921,8 +921,6 @@ public final class SystemServer {
|
||||
final boolean safeMode = wm.detectSafeMode();
|
||||
if (safeMode) {
|
||||
mActivityManagerService.enterSafeMode();
|
||||
// Post the safe mode state in the Zygote class
|
||||
Zygote.systemInSafeMode = true;
|
||||
// Disable the JIT for the system_server process
|
||||
VMRuntime.getRuntime().disableJitCompilation();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user