note: add NOTE_DUMP_BINARY support for binary log dumping

Add NOTE_DUMP_BINARY to the note_type_e enum and implement its handling
in noteram_dump_one. This enables the recording and dumping of binary
logs in hexadecimal format, improving traceability for binary event data.

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
This commit is contained in:
yukangzhi
2025-04-23 09:23:25 +08:00
committed by Donny(董九柱)
parent 206aaa8612
commit dea1bc1121
2 changed files with 21 additions and 1 deletions
+1
View File
@@ -271,6 +271,7 @@ enum note_type_e
NOTE_DUMP_BEGIN,
NOTE_DUMP_END,
NOTE_DUMP_MARK,
NOTE_DUMP_BINARY,
NOTE_DUMP_COUNTER,
/* Always last */