0

I've used log messages extensively for debugging my app during development using Android Studio. It concerns me how I will debug problems users may report when the app published and out there in the field. Is it possible to write log files on the phone, using some debug setting in the app, and have the user retrieve them and send to you? Is this even workable?

I'd love to know what others do, what the recommended approaches to this issue are.

1

1 Answer 1

0

Generally you use a 3rd party logging library. These libraries will take care of logging to local disk and to the cloud, allowing you to browse the logs. They all cost money. Alternatively, you can roll your own but it is a significant amount of work.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.