[DSRM] Add new field for duration of current action

Bug: 272415977
Bug: 272701321
Test: Manual test passed.
Change-Id: Id8d717bf2dc91d35793dc2a2c61eda20be1b429b
Merged-In: Id8d717bf2dc91d35793dc2a2c61eda20be1b429b
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 99632cb..b97db25 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -15167,6 +15167,9 @@
 
     // The phone id when doing the recovery action.
     optional int32 phone_id = 15;
+
+    // The elapsed time of current action.
+    optional int32 duration_millis_of_current_action = 16;
 }
 
 /**