adb kill-server
Summary: Introduce a new command to allow killing adb Reviewed By: antonk52 Differential Revision: D47988522 fbshipit-source-id: bb4f17faa7f9b31b9d42e45c0ce39b3f5d98f4b3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
af7c1c7e74
commit
d43173a8df
@@ -486,6 +486,10 @@ export class FlipperServerImpl implements FlipperServer {
|
||||
},
|
||||
'android-launch-emulator': async (name, coldBoot) =>
|
||||
launchEmulator(this.config.settings.androidHome, name, coldBoot),
|
||||
'android-adb-kill': async () => {
|
||||
assertNotNull(this.android);
|
||||
return this.android.adbKill();
|
||||
},
|
||||
'ios-get-simulators': async (bootedOnly) => {
|
||||
assertNotNull(this.ios);
|
||||
return this.ios.getSimulators(bootedOnly);
|
||||
|
||||
Reference in New Issue
Block a user