Skip to content

Commit b4dceae

Browse files
vkryachkomikehaney24
authored andcommitted
Add LogEvent.event_code property b/132272883. (#2975)
1 parent 2c3a1b1 commit b4dceae

File tree

1 file changed

+2
-0
lines changed
  • GoogleDataTransportCCTSupport/ProtoSupport/Protos

1 file changed

+2
-0
lines changed

GoogleDataTransportCCTSupport/ProtoSupport/Protos/cct.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ package gdt_cct;
2020

2121
message LogEvent {
2222
optional int64 event_time_ms = 1;
23+
24+
optional int32 event_code = 11;
2325

2426
optional int64 event_uptime_ms = 17;
2527

0 commit comments

Comments
 (0)