chore(common): correct `DebugLinkSetLogFilter` next message annotation
What changed, and why it matters
This is a documentation-only change inside a Protocol Buffers definition file. It corrects an annotation comment describing which message logically follows DebugLinkSetLogFilter. There is no code, no behavior change, and no security impact.
No action required. Treat as a normal maintenance/documentation commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit changes a protobuf comment annotation in common/protob/messages-debug.proto from ‘@end’ to ‘@start’ plus ‘@next Success’ for the DebugLinkSetLogFilter message. These annotations are used by code/documentation generators to model message flow in the debug-link protocol. The change does not alter generated serialization logic, field definitions, or firmware/device behavior.
Changed components
common/protob/messages-debug.protoInspect captured patch +2 / −1
diff --git a/common/protob/messages-debug.proto b/common/protob/messages-debug.proto
index 6dcbc675..3f144e99 100644
--- a/common/protob/messages-debug.proto
+++ b/common/protob/messages-debug.proto
@@ -299,7 +299,8 @@ message DebugLinkGcInfo {
/**
* Request: Set logging filter string.
- * @end
+ * @start
+ * @next Success
*/
message DebugLinkSetLogFilter {
optional string filter = 1; // filter string
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.