You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled disableLocationListening.
Problem is in the initialization you poll the location when creating the device in initializeDeviceInfo() in AmplitudeClient.java
You can see it polls the location by putting a breakpoint in the
getMostRecentLocation in DeviceInfo.java
Below is my initialization of amplitude line
Amplitude.getInstance().initialize(application, BuildConfig.AMPLITUDE_TOKEN).disableLocationListening().enableForegroundTracking(application))
I enabled disableLocationListening.
Problem is in the initialization you poll the location when creating the device in initializeDeviceInfo() in AmplitudeClient.java
You can see it polls the location by putting a breakpoint in the
getMostRecentLocation in DeviceInfo.java
Below is my initialization of amplitude line
Amplitude.getInstance().initialize(application, BuildConfig.AMPLITUDE_TOKEN).disableLocationListening().enableForegroundTracking(application))
Pretty sure this change caused the issue
#117
The text was updated successfully, but these errors were encountered: