Skip to content

Commit 88a86f1

Browse files
committed
Replace xrFoo_myArray/element with xrFoo/myArray
1 parent 3a9c364 commit 88a86f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing-generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ def genWrapper(self, xr_command):
799799
for (auto {i} = 0; {i} < {param.pointer_count_var}; ++{i}, {it_next}) {{
800800
OXRTL_DUMP_{param.type}(
801801
localActivity,
802-
"{xr_command.name}_{param.name}",
803-
"element",
802+
"{xr_command.name}",
803+
"{param.name}",
804804
(*{it})
805805
);
806806
}}

0 commit comments

Comments
 (0)