summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')