Skip to content

Commit e770237

Browse files
LalitMagantiannathedroid
authored andcommitted
tp: fix crash in traceimportslog table (#3429)
Change-Id: Ibf275d731fc6d8a4e85bcfc04f595469b8829f68
1 parent a4a01b5 commit e770237

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/trace_processor/tables/metadata_tables.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,11 @@
856856
C('byte_offset', CppOptional(CppInt64())),
857857
C('severity', CppString()),
858858
C('name', CppString()),
859-
C('arg_set_id', CppOptional(CppUint32())),
859+
C(
860+
'arg_set_id',
861+
CppOptional(CppUint32()),
862+
cpp_access=CppAccess.READ_AND_LOW_PERF_WRITE,
863+
),
860864
],
861865
)
862866

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
45f9b23de73f32976f4ebd5854bb18d9ec484cef4d4ed676b8a34043825d5b70

0 commit comments

Comments
 (0)