Remove moot synchronization on shutdown
Currently, the call to rebootOrShutdown is synchronized on the Runnable.this instance, and thus there is no way for any other thread to contend on the same lock. Change-Id: Idaacda47031431435598dfd45840b1344c5938e6 Test: manually
Loading
Please register or sign in to comment