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
@@ -295,6 +295,7 @@ export type FlipperServerCommands = {
|
||||
) => Promise<ClientResponseType>;
|
||||
'android-get-emulators': () => Promise<string[]>;
|
||||
'android-launch-emulator': (name: string, coldboot: boolean) => Promise<void>;
|
||||
'android-adb-kill': () => Promise<void>;
|
||||
'ios-get-simulators': (bootedOnly: boolean) => Promise<IOSDeviceParams[]>;
|
||||
'ios-launch-simulator': (udid: string) => Promise<void>;
|
||||
'ios-idb-kill': () => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user