memlog: trace metadata has wrong command_line. Will break symbol downloading in symbolize_trace |
||
Issue descriptionCurrently, the trace metadata is generated in the profiling process. The symbolize_trace script tries to mine out the binary name from the command_line JSON entry in the trace file to determine if the build is a dev build or an official one. Because the metadata is generated in the profiling process, it grabs the child commandline which in a system with a zygote ends up being something like /proc/self/exe which is unhelpful. Fix.
,
Aug 21 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 21 2017