mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This defers running adb until we actually need the device-id which makes shelldb not crash when adb isn't avaiable. I also fixed to use ADB_PATH. Chinmay ran into this when trying shelldb on Mac. R=chinmaygarde@google.com, iansf@google.com Review URL: https://codereview.chromium.org/1161843007