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

Commit f4117813 authored by Yisroel Forta's avatar Yisroel Forta
Browse files

Update profiling start trigger name

New name better represents when the trigger occurs.

Test: run tests
Bug: 373461116
Flag: android.os.profiling.system_triggered_profiling_new
Change-Id: Iac947bc8da5341b1d5d073f67f55d09a4b4f8d47
parent eac7e4df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1101,7 +1101,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                ProfilingServiceHelper.getInstance().onProfilingTriggerOccurred(
                        startInfo.getRealUid(),
                        startInfo.getPackageName(),
                        ProfilingTrigger.TRIGGER_TYPE_APP_COLD_START_ACTIVITY);
                        ProfilingTrigger.TRIGGER_TYPE_APP_FULLY_DRAWN);
            }
        }
    };