From 6ea6fe99bae7b0cdd3e743f93116b43f4a55b0ad Mon Sep 17 00:00:00 2001 From: Emilian Peev Date: Mon, 24 Feb 2020 15:31:34 -0800 Subject: [PATCH] Camera: Rename CameraActionEvent duration Rename "duration" field to correspond with the actual time unit. Bug: 139439353 Test: Successful build Change-Id: I3e9b3ac5778d6fa4b6de35079743bdf6e85b7560 --- cmds/statsd/src/atoms.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 257554207ef5d..882c28fdb3f11 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -8189,7 +8189,7 @@ message FrameTimingHistogram { */ message CameraActionEvent { // Camera session duration - optional int64 duration = 1; + optional int64 duration_millis = 1; // Camera API level used optional int32 api_level = 2;