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

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

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

parents 98b650a2 e463e25f
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"