mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In order for pprof to find the symbols in the profile, we need to rename the binaries from foo.mojo to libfoo_library.so. This CL adds that step to the stop_profiling command in skydb. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/812573006