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

Commit 65790f21 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Yell when no home app was found.

If we didn't find a home app, the boot just appears to be wedged
and it's hard to investigate what the root-cause is.  Let's log to
make it more obvious.

Bug: 28465914
Change-Id: I9697af83eb27efb54f1f703506d4f148c96425b0
parent b9f7541d
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;