Avatar

Correct answer by
Employee

Hi Mike,

Yes, moving the call to onResume is the correct way to fix the issue. :slightly_smiling_face:

For anything that extends Activity, you should be using the onResume() to call Config.collectLifecycleData() and onPause() to call Config.pauseCollectingLifecycleData().

You can always find more documentation on this here, specifically under the 'Lifecycle Metrics' header.

http://microsite.omniture.com/t2/help/en_US/mobile/android/#Analytics

Jared Butterfield

Mobile Engineer

View solution in original post