Skip to content

Commit 9dc7c2e

Browse files
committed
Wrap LogEntry messages in LogEntryTel
1 parent ac052e1 commit 9dc7c2e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

protobuf_definitions/telemetry.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,9 @@ message CPUInfoTel {
292292
message SurfaceUnitTel {
293293
SurfaceUnitBatteryInfo battery_info = 1; // Battery information.
294294
SurfaceUnitVersionInfo version_info = 2; // Version information.
295-
}
295+
}
296+
297+
// Log entry telemetry message.
298+
message LogEntryTel {
299+
LogEntry log_entry = 1; // Log entry information. (i.e. source, level, message, ...)
300+
}

0 commit comments

Comments
 (0)