0

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.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
  • 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 Answers1

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