Skip to content

ADB Bridge

Domain: adb-bridge

Android Debug Bridge integration domain for device management, application analysis, and remote debugging.

Profiles

  • full

Typical scenarios

  • Android device management
  • APK analysis
  • Remote debugging

Common combinations

  • adb-bridge + process
  • adb-bridge + network

Full tool list (12)

ToolDescription
adb_device_listList all connected Android devices and emulators.
adb_apk_pullPull an APK from a device to the local filesystem.
adb_shellExecute an ADB shell command on a specific device.
adb_apk_analyzeAnalyze an installed APK: package, permissions, activities, and security info.
adb_package_summaryReturn structured Android package metadata: launcher, uid, versions, permissions, components, and native library dirs.
adb_logcat_queryCapture and filter Android logcat output in-process without shell grep pipelines.
adb_app_cold_start_traceHigh-level Android startup trace: force-stop, clear logcat, start activity with -W, wait, collect PID-filtered logs, and parse launch/Looper timing.
adb_file_pullPull a file from an Android device using normal ADB permissions.
adb_file_pushPush a local file to an Android device using normal ADB permissions.
adb_pull_native_libsPull native shared libraries (.so) for an installed app from a device.
adb_webview_listList debuggable WebView targets connected via ADB.
adb_webview_attachAttach to a WebView via ADB; returns WebSocket debugger URL for CDP.

Released under AGPL-3.0-only