Tool ADBugger

Jnonymous1234

Support
Staff member
Support
ADBugger is a desktop (mac/win) application that simplifies the process of debugging and performing QA on Android devices and emulators.
ADBugger is a desktop tool for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis, offering device management, automated testing, log analysis, and remote control capabilities to ensure smooth app performance across different setups.


Core Functionality
  • Device Management: List connected devices and emulators, and start and stop emulators.
  • Package Management: Install APKs, list installed apps, and grant and revoke permissions.
  • ADB Commands: Execute ADB commands on selected targets.
  • Log Management: View and filter Android device logs (Logcat).
  • Input Simulation: Send input events (buttons, keyboard) to devices.
  • Port Forwarding: List and reverse specific ports.
  • One To All: Execute commands simultaneously on multiple devices.
  • Educating: Display the underlying commands used.
Credit: Alexey Korolev aka Pulimet

Github link


ADBugger.dmg (Mac/Win installer)
ADBugger.msi (Windows installer)
 
Back
Top Bottom