summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/layerproto/layerstrace.proto
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/layerproto/layerstrace.proto')
-rw-r--r--services/surfaceflinger/layerproto/layerstrace.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/layerproto/layerstrace.proto b/services/surfaceflinger/layerproto/layerstrace.proto
index acf621e16c..990f3cffda 100644
--- a/services/surfaceflinger/layerproto/layerstrace.proto
+++ b/services/surfaceflinger/layerproto/layerstrace.proto
@@ -42,7 +42,7 @@ message LayersTraceFileProto {
/* one window manager trace entry. */
message LayersTraceProto {
/* required: elapsed realtime in nanos since boot of when this entry was logged */
- optional fixed64 elapsed_realtime_nanos = 1;
+ optional sfixed64 elapsed_realtime_nanos = 1;
/* where the trace originated */
optional string where = 2;
@@ -56,5 +56,5 @@ message LayersTraceProto {
optional bool excludes_composition_state = 5;
/* Number of missed entries since the last entry was recorded. */
- optional int32 missed_entries = 6;
+ optional uint32 missed_entries = 6;
}