+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


App crash monitoring

We can quickly see information about your app crashes in the Dashboard section of the MobileFirst Analytics Console.

In the Overview page of the Dashboard section, the Crashes bar graph shows a histogram of crashes over time.

The data can be shown in two ways:

Note: The Crashes chart queries against the MfpAppSession documents. You must instrument your app to collect app uses and crashes for data to appear in the charts. If MfpAppSession data is not collected, then MfpAppLog documents are queried. In this case, the chart can count the number of crashes, but cannot compute a crash rate because the number of app uses is unknown, which results in the following limitation:

To instrument crash data, see Initializing your app to capture crash data.

Parent topic: Crash capture