I am working to a Android Application where i have to generate text file if for example user shake his handset or crash happens. I want to store Log Report of application( which is also displayed by Logcat) inside this report. Also i want to display specific logs of my company SDK. Any Suggestion?
Asked
Active
Viewed 90 times
1 Answers
0
Try some third party services such as bugsense if cost is not an issue. Or register for crashlytics (free) and wait for acceptance.
Try this. How to save LogCat contents to file?
-
We were using Acra API before but my company want to implement everything from scratch. Is there is some class in Android which can give me Logs on Runtime? – Dr. Yatish Bathla Mar 17 '14 at 02:45
-
The Link you send is helpful..Thanks – Dr. Yatish Bathla Mar 17 '14 at 03:12