Skip to content

Commit

Permalink
cmd: fix incorrect trigger atoms
Browse files Browse the repository at this point in the history
Change-Id: I194b0e6bab94c210fc661cfbd8eb0a8fff585af9
  • Loading branch information
LalitMaganti committed Oct 4, 2024
1 parent e7ef3bf commit 93bd930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/android_stats/perfetto_atoms.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ enum class PerfettoStatsdAtom {
kCmdCloneTraceBegin = 55,
kCmdCloneTriggerTraceBegin = 56,
kOnConnect = 3,
kCmdOnSessionClone = 57,
kCmdOnTriggerSessionClone = 58,
kCmdOnSessionClone = 58,
kCmdOnTriggerSessionClone = 59,

// Guardrails inside perfetto_cmd before tracing is finished.
kOnTimeout = 16,
Expand Down

0 comments on commit 93bd930

Please sign in to comment.