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

Commit acba1374 authored by jainrachit's avatar jainrachit
Browse files

Update ActivityRecord and Task proto for legacy traces

- VIC uses legacy perfetto traces. Updating these traces in main as
  well for correct parsing.

Bug: 408212762
Test: m
Flag: EXEMPT (proto changes)
Change-Id: Ic04bbdbd555f2848e616021afa58fe03cd34fdd3
parent 126e91d5
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 */