Skip to content

Fixed error when parsing android user mark

Darryl Green requested to merge github/fork/Pablololo12/fix-tracing-write into master

Created by: Pablololo12

I found out that when you use the Android tools to create trace markers from within the app, it doesn't recognize the PID of the app on the Trace.endSection() due to the regex. With this fix you can see when a trace marker ends.

Merge request reports