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

Commit b1d74708 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Yell when no home app was found." into nyc-dev am: dba83f12

am: 9bfdfb37

* commit '9bfdfb37':
  Yell when no home app was found.

Change-Id: I0cc70d108aec7d158c1dd9ee12047ad072fd869b
parents 61ec983a 9bfdfb37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3789,6 +3789,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                intent.setFlags(intent.getFlags() | Intent.FLAG_ACTIVITY_NEW_TASK);
                mActivityStarter.startHomeActivityLocked(intent, aInfo, reason);
            }
        } else {
            Slog.wtf(TAG, "No home screen found for " + intent, new Throwable());
        }
        return true;