views:

23

answers:

0

As questioned elsewhere (http://bit.ly/9Wt3zG) but remains unanswered, the Google Analytics for Android README notes:

(NOTE: do not start the GoogleAnalyticsTracker in your Application onCreate() method if using referral tracking).

Does anyone know why? Is there a particularly good place to do it? Start it in onResume() and simply set a flag so as not to start it again unnecessarily?