Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Issue independent of android OS version - tested on Samsung Core (GT-I8262) with ver. 4.1.2 & Lenovo Tab 2 with ver. 5.0.0
1) Connect to Google Api Client
2) Request for location is done at "2015-09-25 15:30:41,183" - Request[PRIORITY_HIGH_ACCURACY requested=3600000ms fastest=600000ms expireIn=89985ms num=1]
3) Location found at "2015-09-25 15:30:41,247" - Location[mProvider=fused,mTime=1443175237093,mLatitude=21.0843794,mLongitude=79.0844294,mHasAltitude=false,mAltitude=0.0,mHasSpeed=false,mSpeed=0.0,mHasBearing=false,mBearing=0.0,mHasAccuracy=true,mAccuracy=30.0,mExtras=Bundle[mParcelledData.dataSize=472]]
4) Disconnect from Google Api Client
5) Again Connect to Google Api Client after 2-3 mins.
6) Request for location is done at "2015-09-25 15:32:41,496" - Location Request - Request[PRIORITY_HIGH_ACCURACY requested=3600000ms fastest=600000ms expireIn=89992ms num=1]
7) Location found at "2015-09-25 15:32:41,557" - Location[mProvider=fused,mTime=1443175237093,mLatitude=21.0843794,mLongitude=79.0844294,mHasAltitude=false,mAltitude=0.0,mHasSpeed=false,mSpeed=0.0,mHasBearing=false,mBearing=0.0,mHasAccuracy=true,mAccuracy=30.0,mExtras=Bundle[mParcelledData.dataSize=472]]
8) Disconnect from Google Api Client
9) Again Connect to Google Api Client after 2-3 mins.
10) Request for location is done at "2015-09-25 15:34:41,698" - Request[PRIORITY_HIGH_ACCURACY requested=3600000ms fastest=600000ms expireIn=89990ms num=1]
11) Location found at "2015-09-25 15:34:41,763" - Location[mProvider=fused,mTime=1443175237093,mLatitude=21.0843794,mLongitude=79.0844294,mHasAltitude=false,mAltitude=0.0,mHasSpeed=false,mSpeed=0.0,mHasBearing=false,mBearing=0.0,mHasAccuracy=true,mAccuracy=30.0,mExtras=Bundle[mParcelledData.dataSize=472]]
12) Disconnect from Google Api Client
In the above scenario, though location is requested at different times, location time returned was same.
It seems requesting for current location but returning last location as device is at same place.
Expected - Location time must get updated in received location updates at different times.