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