* commit '17eefabd4494b034d4342f0e239e24085d989109': Remove misleading error log.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user