Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46089bd1 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 02623128: resolved conflicts for merge of 1ffd753e to gingerbread-plus-aosp

Merge commit '02623128'

* commit '02623128':
  Crash when powering off.
parents 5f981d97 02623128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public final class ShutdownThread extends Thread {
    private static void beginShutdownSequence(Context context) {
        synchronized (sIsStartedGuard) {
            if (sIsStarted) {
                Log.d(TAG, "Request to shutdown already running, returning.");
                Log.d(TAG, "Shutdown sequence already running, returning.");
                return;
            }
            sIsStarted = true;