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

This commit is contained in:
TreeHugger Robot
2016-05-02 22:11:31 +00:00
committed by Android (Google) Code Review

View File

@@ -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;