co-authored with Leonard Gunawan
In Android Development, we are often asked for below questions:
- When users get crashes, what are the crashes? How many and how do the crashes occur?
- We also want to know the non-fatal incidents that happen.
Is there a page that is not correctly opened?
Are there anomalies in the api response? - We also want to get the details of the issue. What OS version, brand, user id?
- Can we have an interactive dashboard? We want to be able to do filtering, sorting, navigating for a log. …