Android Question Getting crash data

JakeBullet70

Well-Known Member
Licensed User
Longtime User
Hi all.
Looking for the best way to get crashed data from my app. My app is not in the play store it is used in house. Any ideas?

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

JakeBullet70

Well-Known Member
Licensed User
Longtime User
I have some time now. ;) (who am i kidding, no I don't :()

I am a 100% java noob.

Getting back to "best way to get crashed data from my app" I figure it is to override the default java error handler.

What i have done is start a simple Android project and using Erel's sample can call a simple Hello World method. Since I have the java source to an override method (android-remote-stacktrace-master.zip) I figured I could do inline java. But at this point I am completely confused on the next step. Could someone take a look at my code and send me in the right direction?

Thanks.
 

Attachments

  • overrideExHandler.zip
    9.4 KB · Views: 122
  • android-remote-stacktrace-master.zip
    12.8 KB · Views: 169
Upvote 0
Top