Android logcat: Send log entries from device using email

后端 未结 2 1299
無奈伤痛
無奈伤痛 2020-12-24 06:57

Scenario

I have released a beta version of an Android app to a few friends. Now, I would like to fix some bugs that came up during the test period.

I have

2条回答
  •  独厮守ぢ
    2020-12-24 07:00

    It sounds like RemoteLogger is exactly what you need

    https://github.com/sschendel/RemoteLogger

    Capture debug logging to a file that user can easily send to you via email. This was created out of necessity to troubleshoot a non-reproducible bug reported by a user. To be clear the logging was dropped into a version of app released to test users to troubleshoot. Removed in final production code.

    Library provides hooks to start, stop, send, and delete log file.

提交回复
热议问题