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

Commit 6929a0e5 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update Perfetto Protolog flag name

Needed to create a new flag because we can't set flag to readonly once created

Ignore-AOSP-First: Flag only in main
Bug: 276432490
Test: mp droid
Change-Id: Ib96b262f55f8cb9995290294140e00e6333b9f5e
parent f68d6938
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3468,7 +3468,7 @@ void Dumpstate::MaybeSnapshotUiTraces() {
                                                  "tracing", "save-for-bugreport"});
    }

    if (!android_tracing_perfetto_protolog()) {
    if (!android_tracing_perfetto_protolog_tracing()) {
        dumpTracesForBugReportCommands.push_back({"dumpsys", "activity", "service",
                                                  "SystemUIService", "WMShell", "protolog",
                                                  "save-for-bugreport"});