-2

I have a small project the problem starts when the app works on the device without use run from inside Android Studio so i want to extract the errors that appear in the application while it is running on the device without using Run or Debug I want to know what kind of mistakes are.

1 Answers1

-1

If you need to getting logs in your device see this answer from @NitZRobotKoder

alternatively you can use some of log tracker/crash reporter tool, like: Firebase

javadroid
  • 1,421
  • 2
  • 19
  • 43