aboutsummaryrefslogtreecommitdiff
path: root/test/trace_processor/track_event/track_event_typed_args.textproto
diff options
context:
space:
mode:
Diffstat (limited to 'test/trace_processor/track_event/track_event_typed_args.textproto')
-rw-r--r--test/trace_processor/track_event/track_event_typed_args.textproto18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/trace_processor/track_event/track_event_typed_args.textproto b/test/trace_processor/track_event/track_event_typed_args.textproto
index 6ff29b14b..b2d9208bb 100644
--- a/test/trace_processor/track_event/track_event_typed_args.textproto
+++ b/test/trace_processor/track_event/track_event_typed_args.textproto
@@ -78,6 +78,17 @@ packet {
"should be absent from result"
[perfetto.protos.TestExtension.nested_message_extension_for_testing] {
child_field_for_testing: "nesting test"
+ debug_annotations {
+ name: "arg1"
+ string_value: "value"
+ }
+ debug_annotations {
+ name: "arg2"
+ dict_entries {
+ name: "key"
+ string_value: "value"
+ }
+ }
}
}
}
@@ -120,6 +131,13 @@ packet {
type: TYPE_STRING
label: LABEL_OPTIONAL
}
+ field {
+ name: "debug_annotations"
+ number: 99
+ type: TYPE_MESSAGE
+ label: LABEL_REPEATED
+ type_name: ".perfetto.protos.DebugAnnotation"
+ }
}
}
}