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

Commit bdadaef9 authored by Perry Wu's avatar Perry Wu Committed by Automerger Merge Worker
Browse files

Merge "Add EventLog for entering PIP with AutoEnter param" into udc-dev am: 5f2cfdc2

parents 3d42753e 5f2cfdc2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3649,6 +3649,8 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
                    Slog.e(TAG, "Skip enterPictureInPictureMode, destroyed " + r);
                    return;
                }
                EventLogTags.writeWmEnterPip(r.mUserId, System.identityHashCode(r),
                        r.shortComponentName, Boolean.toString(isAutoEnter));
                r.setPictureInPictureParams(params);
                r.mAutoEnteringPip = isAutoEnter;
                mRootWindowContainer.moveActivityToPinnedRootTask(r,
+3 −0
Original line number Diff line number Diff line
@@ -80,3 +80,6 @@ option java_package com.android.server.wm

# Request surface flinger to show / hide the wallpaper surface.
33001 wm_wallpaper_surface (Display Id|1|5),(Visible|1),(Target|3)

# Entering pip called
38000 wm_enter_pip (User|1|5),(Token|1|5),(Component Name|3),(is Auto Enter|3)