mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This mostly works. I haven't yet set up pulling down the system binaries from the device to the host so that symbols appear correctly, but I'll do that in the next patch. One of the crazy things this patch adds it a script to watch for loads on adb logcat and set up mappings from the cache library names to the symboled binaries in the out directory. Presumably other scripts may want to share this functionality so I've made it its own script. Better would be to have mojo_shell spit out a file including the cache mapping information and we could watch that file instead of logcat, but this works for now. R=qsr@chromium.org BUG= Review URL: https://codereview.chromium.org/848013004