Skip to main content

OverView

In "Overview" you can view the statistics of the current project. You can first check Stats to confirm the issue occurrence situation in the project, and then analyze the timeline (Trend Graph) and the issues affecting most amount of devices during the period (Hourly Top Issues, Daily Top Issues), as well as application version, system version, device model (Ranking List) to analyze the problems faced by your project in multiple dimensions.

1 Stats

The stats section is located at the top of the overview, which intuitively reflects the crash, ANR (Android only), and error reporting data of the project on that day. The tabs on the upper right can adjust the displayed data. There are three types of data to choose from:

  1. Today's device crash rate. (Today's device crash rate = the number of devices with crash today / the total number of devices started today)
  2. Today's crash count. (This refers to the number of times this type of crash occurred today)
  3. Today's crash device count. (This refers to the number of devices that experienced this type of crash today)

Alt text

The stats label also functions as a master switch for the exception overview. By switching the selected exception type, you can control Trend Graph, Hourly Top Issues, Ranking List, Daily Top Issues display content.

2 Trend Graph

The trend graph displays the occurrence of issues in chronological order. You can use the display tag of Stats to switch the issue types displayed in the trend graph.

Alt text

You can select whether it is a simulator (default simulator + real machine), version (default full version), time (default today), and filter the trend graph data.

Alt text

You can check "Enable compare" to compare data of a specific version and a specific time period. The comparison function supports hourly compare and daily compare modes.

Alt text

When browsing data for a single day (for example, selecting "Today" for the time), or turning on hour-level comparison, you can select the statistical dimension of "By Hour" or "Grand Total". Select "By Hour" and each point in the graph represents issue data within an hour.
Select "Grand Total". Each point in the graph represents all issue data from 0 o'clock on the day to that time point.

Alt text

On the right side of the trend graph, you can select the data to be displayed. The calculation method of these data is as follows:

namecalculation method
Device Crash RateCrashed Devices/Active Devices
Session Crash RateCrash Count/App Launched Count
Crash CountThe number of times the issue occurred
Crashed DevicesThe number of devices on which the issue occurred
App Launched CountThe number of starts reported
Active DevicesThe number of devices triggering access

Alt text

3 Hourly Top Issues

The issues affecting most amount of devices within an hour are displayed here. You can use the display tag of Stats to switch the displayed issue types. The TOP quantity, time range and version can be switched in the tab.

Alt text

4 Ranking List

The ranking list shows the Top 5 in terms of application version, system version and device model over a period of time. You can use the display tag of Stats to switch the displayed issue types. The ranking list supports switching time periods and filtering by version number.
Optional ranking dimensions include crashed devices, device crash rate, and active devices.

Alt text

Click the button next to the title to download the xlsx file corresponding to the ranking list, which contains Top 100 data.

Alt text

5 Daily Top Issues

The issues affecting most amount of devices in a day are displayed here. You can use the display tag of Stats to switch the displayed issue types. The TOP quantity, time range and version can be switched in the tab. In the column on the far right, you can change the status of the issue.

Alt text

Enable the function of add issue filters conditions to filter issues by issue tag and/or issue status.

Alt text

Issues that match the system exit keywords can be filtered.
The "Download" button on the right can download the TOP issue data in xlsx format.

Alt text