Loading services/java/com/android/server/SystemServer.java +1 −3 Original line number Diff line number Diff line Loading @@ -1021,10 +1021,8 @@ public final class SystemServer implements Dumpable { Runnable runnable = new Runnable() { @Override public void run() { synchronized (this) { ShutdownThread.rebootOrShutdown(null, reboot, reason); } } }; // ShutdownThread must run on a looper capable of displaying the UI. Loading Loading
services/java/com/android/server/SystemServer.java +1 −3 Original line number Diff line number Diff line Loading @@ -1021,10 +1021,8 @@ public final class SystemServer implements Dumpable { Runnable runnable = new Runnable() { @Override public void run() { synchronized (this) { ShutdownThread.rebootOrShutdown(null, reboot, reason); } } }; // ShutdownThread must run on a looper capable of displaying the UI. Loading