Hi,We have an app design with single activity and multiple fragments. Each fragment has its own lifecycle so, onResume() function will be called multiple times when user navigates and interacts with the app. This might report false crashes. The crash tracking at our end is done via crashlytics. Is t...