diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java index 5b9460a226bb9..2c84ea31a41f0 100644 --- a/services/java/com/android/server/SystemServer.java +++ b/services/java/com/android/server/SystemServer.java @@ -1020,9 +1020,7 @@ public final class SystemServer implements Dumpable { Runnable runnable = new Runnable() { @Override public void run() { - synchronized (this) { - ShutdownThread.rebootOrShutdown(null, reboot, reason); - } + ShutdownThread.rebootOrShutdown(null, reboot, reason); } };