Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Lifecycle tracking query

Avatar

Level 2

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 there a more targeted way to tag the lifecycle/parent of just the views?

 

https://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/manual-lifecycle-implementation

 

1 Accepted Solution

Avatar

Correct answer by
Level 1

It is recommended that you implement lifecycle metrics to ensure accurate session and crash reporting.

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

It is recommended that you implement lifecycle metrics to ensure accurate session and crash reporting.

Thanks!