summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protos/src/main/proto/studio_stats.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 4e557cd..94d50ef 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -12189,6 +12189,9 @@ message LogcatUsageEvent {
// The panel filter.
optional LogcatFilterEvent filter = 3;
+
+ // The buffer size.
+ optional int32 buffer_size = 4;
}
}
@@ -12965,6 +12968,8 @@ message MemoryUsageReportEvent {
// Sequence number of report collection iteration that happened in this
// IDE session.
optional int32 collection_iteration = 10;
+ // Was essentials mode enabled at the time of sending the report
+ optional bool is_in_essentials_mode = 11;
}
// Statistics of the components