MCPcopy Create free account
hub / github.com/callstack/agent-device / runAndroidAdb

Function runAndroidAdb

src/platforms/android/adb.ts:10–16  ·  view source on GitHub ↗
(
  device: DeviceInfo,
  args: string[],
  options?: AndroidAdbExecutorOptions,
)

Source from the content-addressed store, hash-verified

8export { sleep } from '../../utils/timeouts.ts';
9
10export async function runAndroidAdb(
11 device: DeviceInfo,
12 args: string[],
13 options?: AndroidAdbExecutorOptions,
14): Promise<AndroidAdbExecutorResult> {
15 return await resolveAndroidAdbExecutor(device)(args, options);
16}
17
18export function androidDeviceForSerial(deviceId: string): DeviceInfo {
19 return {

Callers 15

shutdownAndroidEmulatorFunction · 0.90
readAndroidDevPrefsFunction · 0.90
writeAndroidDevPrefsFunction · 0.90
runAndroidAppLogDoctorFunction · 0.90
tapAndroidDialogButtonFunction · 0.90
runAndroidRecordingAdbFunction · 0.90
resolveAndroidAppFunction · 0.90
readAndroidFocusFunction · 0.90
openAndroidDeepLinkFunction · 0.90

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…