mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This fixes 3 little bugs in skydb: 1. Adds a logcat command to make it easy to see android logs 2. Fixes using relative build dirs in skydb start 3. Stops sending /quit to debugger.cc since mojo shutdown doesn't actually work (crashes). --gdb is still broken, but I'll fix that in a second change. R=ojan@chromium.org Review URL: https://codereview.chromium.org/852483002