Is it possible to save logcat data in internal memory? Thanks for help. I need to save user logs to detect the problem in bluetooth connection.
Asked
Active
Viewed 46 times
0
-
Do you mean save logcat to a file on the device? If yes, some of the answers to https://stackoverflow.com/questions/8264645 explain how to do it. – Stephen C Jun 27 '21 at 14:36
1 Answers
0
You can save the logcat into a .txt
file on the device with integrating a class in you application. Here is a good explanation to follow along. A really excellent solution to do so. Cheers.

Ole Pannier
- 3,208
- 9
- 22
- 33