Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0952e46 authored by Robert Horvath's avatar Robert Horvath
Browse files

Fix path to trace used in perfetto-trace compilation

`options.trace_file` is not set, otherwise would have returned earlier.
Use the name of the temporary systrace file generated from the perfetto
trace instead.

Bug: 138423402
Test: Compile a perfetto trace
Change-Id: Iac0c33dc9a92de49be80b3ccaf217be19c33fe27
parent cac13d44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ def main(argv):
    transform_perfetto_trace_to_systrace(options.perfetto_trace_file,
                                         trace_file.name)
    return run(sql_db_path,
               options.trace_file,
               trace_file.name,
               options.trace_duration,
               options.output_file,
               inode_table,