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

Commit 4769b54d authored by Erik Wolsheimer's avatar Erik Wolsheimer
Browse files

Add logging around dream start/stop

Bug: 28455483
Change-Id: I31d4d52c3ed4cbfc6f6a9d978fd2669224ba95b4
parent b1e3d9ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -353,6 +353,7 @@ public final class DreamManagerService extends SystemService {
                && mCurrentDreamIsTest == isTest
                && mCurrentDreamCanDoze == canDoze
                && mCurrentDreamUserId == userId) {
            Slog.i(TAG, "Already in target dream.");
            return;
        }

@@ -388,6 +389,7 @@ public final class DreamManagerService extends SystemService {
            mHandler.post(new Runnable() {
                @Override
                public void run() {
                    Slog.i(TAG, "Performing gentle wake from dream.");
                    mController.stopDream(immediate);
                }
            });