Skip to content

Commit

Permalink
cmd: fix incorrect trigger atoms
Browse files Browse the repository at this point in the history
(cherry picked from https://android-review.googlesource.com/q/commit:93bd93060ef2ad05f95a85c6ebafcbf2eef8aa2b)
Merged-In: I194b0e6bab94c210fc661cfbd8eb0a8fff585af9
Change-Id: I194b0e6bab94c210fc661cfbd8eb0a8fff585af9
Bug: 378713514
  • Loading branch information
LalitMaganti committed Dec 2, 2024
1 parent f1a68ef commit b6b1fcf
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 b6b1fcf

Please sign in to comment.