summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-02-24 16:19:09 +0000
committerAlon Albert <aalbert@google.com>2022-02-24 16:22:14 +0000
commit63741ceb7a5064aac494c14564a3b181e862f907 (patch)
tree87ea3cc4a5afdcf8634fdd87f0bfc420513ae23d
parent2286dfa03341edd06a24193e15f5ecec83a6ab34 (diff)
downloadanalytics-library-63741ceb7a5064aac494c14564a3b181e862f907.tar.gz
Update studio_stats.proto
Logs-Approval: cl/430701226 Bug: 191880898 Test: N/A Change-Id: Ib245beed94dde3fa5596f426491c9e079de374fd
-rw-r--r--protos/src/main/proto/studio_stats.proto7
1 files changed, 6 insertions, 1 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 127225c..d9774f3 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -2826,7 +2826,9 @@ message EmulatorPercentileEstimator {
optional PercentileEstimator estimator = 3;
// Metric types that can be monitored.
- enum EmulatorPerformanceMetric { UI_EVENT_HANDLING_TIME_US = 0; }
+ enum EmulatorPerformanceMetric {
+ UI_EVENT_HANDLING_TIME_US = 0;
+ }
}
// Tracking CPU usage for some operation
@@ -10674,6 +10676,9 @@ message LogcatUsageEvent {
// Does the filter contain an error
optional bool contains_errors = 12;
+ // Is this filter saved as a favorite
+ optional bool is_favorite = 13;
+
// A summary of a term with regex and negated variants
message TermVariants {
// Number of normal terms (for example 'tag:foo')