From f5f290cce9df2e3532d0be5403b98621b53a8cc9 Mon Sep 17 00:00:00 2001 From: Pablo Gamito Date: Wed, 5 Apr 2023 10:25:03 +0000 Subject: [PATCH] Update magic number value in comment Test: N/A Change-Id: I01d93aa8ac8218ce64da059a5f6fe39a7ccbfe9b --- core/proto/android/server/windowmanagertransitiontrace.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/proto/android/server/windowmanagertransitiontrace.proto b/core/proto/android/server/windowmanagertransitiontrace.proto index 9e53a91624295..25985ebc551a2 100644 --- a/core/proto/android/server/windowmanagertransitiontrace.proto +++ b/core/proto/android/server/windowmanagertransitiontrace.proto @@ -23,7 +23,7 @@ import "frameworks/base/core/proto/android/server/windowmanagerservice.proto"; option java_multiple_files = true; /* Represents a file full of transition entries. - Encoded, it should start with 0x9 0x57 0x49 0x4e 0x54 0x52 0x41 0x43 0x45 (.TRNTRACE), such + Encoded, it should start with 0x09 0x54 0x52 0x4E 0x54 0x52 0x41 0x43 0x45 (TRNTRACE), such that it can be easily identified. */ message TransitionTraceProto {