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

Commit 333c2ec8 authored by Craig Mautner's avatar Craig Mautner
Browse files

Remove misleading error log.

It's perfectly ok for a secondary display to not have a home stack.
There is no reason to report it.

Related to b/17677973.

Change-Id: Ia9d52cabb601760d32d2b847dfa0ca4f304e4e2a
parent bc156ba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ class DisplayContent {
    }

    TaskStack getHomeStack() {
        if (mHomeStack == null) {
        if (mHomeStack == null && mDisplayId == Display.DEFAULT_DISPLAY) {
            Slog.e(TAG, "getHomeStack: Returning null from this=" + this);
        }
        return mHomeStack;