Hi Tirumal,Crashes are calculated as part of the LifeCycle metrics.When
lifecycle metrics are implemented, a call is made to
'Config.collectLifecycleData' in the 'OnResume' method of each activity.
In the 'onPause' method, a call is made to
'Config.pauseCollectingLifeCycleData'.In the
'pauseCollectingLifeCycleData', a flag is set to indicate a graceful
exit. When the app is launched again or resumed, 'collectLifecycleData'
checks this flag. If the app did not exit successfully as determined by
t...