How to check for errors in case of app death before uploading Android market

Asked 2 years ago, Updated 2 years ago, 87 views

I understand that if someone uses it by posting it on the Android market, the app can be reported to the developer in case of death.

Likewise, is there a way to see the error message when someone dies while using it before you market it?

android debugging

2022-09-21 22:18

1 Answers

I think Crashlytics is the most commonly used and famous crash reporting tool. It's simple to apply, and the screen to analyze crash logs is intuitive and free.

There are other alternatives as follows, so please refer to them.


2022-09-21 22:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.