Iftekhar-ifti / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Manual Dispatch probleam #365

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.): Andorid

Issue summary:
I want manual dispatch (only wifi connect) and setting a negative value will 
disable periodic dispatch.
But it will auto dispath in the first-time when call 
GoogleAnalytics.getInstance(context)

Steps to reproduce issue:
1. GAServiceManager.getInstance().setLocalDispatchPeriod(-1);
2. oogleAnalytics.getInstance(context).getTracker()
3.

Expected output:
I want menual dispatch

Actual results:
But it will auto dispatch in the first time

Original issue reported on code.google.com by asusapp...@gmail.com on 5 Nov 2013 at 4:35

GoogleCodeExporter commented 8 years ago

Original comment by awa...@google.com on 7 Nov 2013 at 9:38