From 8bf81dffa92879fda1d33e20806658e84f1a6614 Mon Sep 17 00:00:00 2001 From: Chi Zhang Date: Fri, 1 May 2020 11:23:28 -0700 Subject: [PATCH] Add dimension to VOICE_CALL_SESSION atom. Bug: 142026991 Bug: 141631489 Test: build Change-Id: I320611ee871c7feae53e3e67fcdf8cbab0be241b --- cmds/statsd/src/atoms.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 3017ec0241513..e6a96283eb763 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -9096,6 +9096,9 @@ message VoiceCallSession { // Whether the call was performed while roaming. optional bool is_roaming = 24; + + // A random number used as the dimension field to pull multiple atoms. + optional int32 dimension = 25; } /**