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

Commit 707f4585 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[DO NOT MERGE]Update stats_log.proto for cts backfill" into android11-tests-dev

parents ec568a97 eea1d5bd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -50,12 +50,20 @@ message StateValue {
  }
}

message AggregatedAtomInfo {
    optional Atom atom = 1;

    repeated int64 elapsed_timestamp_nanos = 2;
}

message EventMetricData {
  optional int64 elapsed_timestamp_nanos = 1;

  optional Atom atom = 2;

  optional int64 wall_clock_timestamp_nanos = 3 [deprecated = true];

  optional AggregatedAtomInfo aggregated_atom_info = 4;
}

message CountBucketInfo {
@@ -176,6 +184,8 @@ message GaugeBucketInfo {
  optional int64 start_bucket_elapsed_millis = 7;

  optional int64 end_bucket_elapsed_millis = 8;

  repeated AggregatedAtomInfo aggregated_atom_info = 9;
}

message GaugeMetricData {