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

Commit 5cc64469 authored by Rachit Jain's avatar Rachit Jain Committed by Android (Google) Code Review
Browse files

Merge "Update ActivityRecord and Task proto for legacy traces" into main

parents 1074a4d8 acba1374
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -340,6 +340,7 @@ message TaskProto {
    optional string affinity = 29;
    optional bool has_child_pip_activity = 30;
    optional TaskFragmentProto task_fragment = 31;
    optional string task_name = 32;
}

/* represents TaskFragment */
@@ -406,6 +407,7 @@ message ActivityRecordProto {
    optional bool is_user_fullscreen_override_enabled = 46;
    optional int64 request_open_in_browser_education_timestamp = 47;
    optional bool should_allow_simulate_requested_orientation_for_camera_compat = 48;
    optional .android.graphics.RectProto safe_region_bounds = 49;
}

/* represents WindowToken */