Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 511f4d18 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add timing / count for IntelligenceEventReported"

parents 2647b6a1 3658fa7f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6009,6 +6009,12 @@ message CoolingDevice {
 * Logged from the Intelligence mainline module.
 */
message IntelligenceEventReported {
  // The event type.
  optional android.stats.intelligence.EventType event_id = 1;
  // Success, failure.
  optional android.stats.intelligence.Status status = 2;
  // How many times the event occured (to report a batch of high frequency events).
  optional int32 count = 3;
  // How long the event took (averaged for batches).
  optional int64 duration_millis = 4;
}