0

I have developed an application and the app is crashing sometimes in the signed APK. I am not able to reproduce the issue hence not able to resolve the same. How to I create a text file of crash logs in signed application.

any help would be appreciated. Thanks

Mithilesh Izardar
  • 2,117
  • 1
  • 13
  • 24

1 Answers1

0

For specifically scenarios like these you add Crashlytics/Analytics library in your project. They not not help you in situations like these but also give key app usage insights. Some of them like Crashlytics by Fabric, Google Analytics, etc are even free and very easy to integrate (couple of lines of code or so). Consider adding them.

Shaishav
  • 5,282
  • 2
  • 22
  • 41