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

Commit 6f4e52ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update profiling start trigger name" into main

parents 97f4bdb0 f4117813
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);
            }
        }
    };