5

I'm trying to fix a bug that happens when the application is installed and the user adds the app widget before running the app for the first time.

The question is if there is a way to intall app and see the logs from Android Studio without running it.

Thanks.

Pablo
  • 2,581
  • 3
  • 16
  • 31
  • 1
    I can't comment on Android Studio, but `adb logcat` might get you what you want. – Kevin Boone Oct 06 '17 at 15:30
  • 3
    Change your Android Studio run configuration to not launch an activity. While the default is for Android Studio to launch your launcher activity, you can override that to have it simply install the app and launch nothing. – CommonsWare Oct 06 '17 at 15:51
  • That's it, thank you! – Pablo Oct 06 '17 at 16:09

0 Answers0