Search code examples
android-studioadb

Command line Logs in Android Studio


I'm using Android Studio to build an Android app. Is there a windows to show up which adb command lines the Android Studio are currently using? For example, when the Android Studio is launching the app to the device or the emulator, the windows will show up the adb commands to launch the app.

I notice that there is an "ADB logs" windows which show the logs, but I hope to see the command lines that AS is calling.

Thanks!


Solution

  • I finally figured out the way to inspect the adb commands. When launching the app, we can inspect those commands in the Run tap at the bottom of the Android Studio, though these commands are mixed with some other logs.