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

Commit e463e25f authored by Liana Kazanova (xWF)'s avatar Liana Kazanova (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Use the alternative #removeTask API to log the remove reason"

This reverts commit 21a955b2.

Reason for revert: DroidMonitor: Potential culprit for http://b/431689921 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Bug: 431689921
Change-Id: Iff081a68ac7b4e5ae81755ef933ea967399d6971
parent 21a955b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3683,8 +3683,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                                            + " root task is null" );
                            return;
                        }
                        mActivityTaskManagerInternal.removeTask(currentRootTask.taskId,
                                "key-gesture-quit");
                        mActivityManagerService.removeTask(currentRootTask.taskId);
                    } catch (RemoteException e) {
                        Slog.e(TAG,
                                "onKeyGesture: KEY_GESTURE_TYPE_QUIT_FOCUSED_TASK failed to close"