Merge "Remove moot synchronization on shutdown"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a8a91f7ca
@@ -1021,9 +1021,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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user