Merge "Remove unnecessary logging." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5d460b8871
@@ -2061,7 +2061,6 @@ public final class ActivityStackSupervisor implements DisplayListener {
|
||||
final TaskRecord topTask = targetStack.topTask();
|
||||
if (topTask != sourceTask) {
|
||||
targetStack.moveTaskToFrontLocked(sourceTask, r, options);
|
||||
Slog.w(TAG, "top task and source task don't match. would have caused anr");
|
||||
} else {
|
||||
mWindowManager.moveTaskToTop(topTask.taskId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user