[android] "system location request with no attribution tag" when using fused location on CalyxOS #6477

Closed
opened 2023-11-05 10:52:18 +00:00 by rtsisyk · 0 comments
Owner

A tracking ticket for a bug in CalyxOS: https://gitlab.com/CalyxOS/calyxos/-/issues/1937

11-05 02:37:50.318  9102  9102 D app.organicmaps.location: AndroidNativeProvider.java:114 start(): Request Android native provider 'fused' to get locations at this interva
l = 0 ms
11-05 02:37:50.322  1670  2002 W LocationManagerService: system location request with no attribution tag
11-05 02:37:50.322  1670  2002 W LocationManagerService: java.lang.IllegalArgumentException
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.location.LocationManagerService.registerLocationListener(LocationManagerService.java:7
20)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1564)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.location.fused.FusedLocationProvider$ChildLocationListener.resetProviderRequest(FusedLocation
Provider.java:304)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.location.fused.FusedLocationProvider$ChildLocationListener.-$$Nest$mresetProviderRequest(Unkn
own Source:0)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.location.fused.FusedLocationProvider.updateRequirementsLocked(FusedLocationProvider.java:172)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.location.fused.FusedLocationProvider.onSetRequest(FusedLocationProvider.java:123)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.location.provider.LocationProviderBase$Service.setRequest(LocationProviderBase.java:324)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.location.provider.proxy.ProxyLocationProvider.lambda$onSetRequest$0(ProxyLocationProvi
der.java:184)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.location.provider.proxy.ProxyLocationProvider.$r8$lambda$yu0xVA1qJfubSKPOEyL-h8EblXE(U
nknown Source:0)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.location.provider.proxy.ProxyLocationProvider$$ExternalSyntheticLambda1.run(Unknown So
urce:2)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.servicewatcher.ServiceWatcherImpl$MyServiceConnection.runOnBinder(ServiceWatcherImpl.j
ava:248)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.servicewatcher.ServiceWatcherImpl.lambda$runOnBinder$0(ServiceWatcherImpl.java:126)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.servicewatcher.ServiceWatcherImpl.$r8$lambda$t0qAh1UEA_LOIy4Yd0Q8_IVsw2E(Unknown Sourc
e:0)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.servicewatcher.ServiceWatcherImpl$$ExternalSyntheticLambda1.run(Unknown Source:4)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.os.Handler.handleCallback(Handler.java:942)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.os.Handler.dispatchMessage(Handler.java:99)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.os.Looper.loopOnce(Looper.java:201)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.os.Looper.loop(Looper.java:288)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at android.os.HandlerThread.run(HandlerThread.java:67)
11-05 02:37:50.322  1670  2002 W LocationManagerService:        at com.android.server.ServiceThread.run(ServiceThread.java:44)
A tracking ticket for a bug in CalyxOS: https://gitlab.com/CalyxOS/calyxos/-/issues/1937 ``` 11-05 02:37:50.318 9102 9102 D app.organicmaps.location: AndroidNativeProvider.java:114 start(): Request Android native provider 'fused' to get locations at this interva l = 0 ms 11-05 02:37:50.322 1670 2002 W LocationManagerService: system location request with no attribution tag 11-05 02:37:50.322 1670 2002 W LocationManagerService: java.lang.IllegalArgumentException 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.location.LocationManagerService.registerLocationListener(LocationManagerService.java:7 20) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.location.LocationManager.requestLocationUpdates(LocationManager.java:1564) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.location.fused.FusedLocationProvider$ChildLocationListener.resetProviderRequest(FusedLocation Provider.java:304) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.location.fused.FusedLocationProvider$ChildLocationListener.-$$Nest$mresetProviderRequest(Unkn own Source:0) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.location.fused.FusedLocationProvider.updateRequirementsLocked(FusedLocationProvider.java:172) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.location.fused.FusedLocationProvider.onSetRequest(FusedLocationProvider.java:123) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.location.provider.LocationProviderBase$Service.setRequest(LocationProviderBase.java:324) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.location.provider.proxy.ProxyLocationProvider.lambda$onSetRequest$0(ProxyLocationProvi der.java:184) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.location.provider.proxy.ProxyLocationProvider.$r8$lambda$yu0xVA1qJfubSKPOEyL-h8EblXE(U nknown Source:0) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.location.provider.proxy.ProxyLocationProvider$$ExternalSyntheticLambda1.run(Unknown So urce:2) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.servicewatcher.ServiceWatcherImpl$MyServiceConnection.runOnBinder(ServiceWatcherImpl.j ava:248) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.servicewatcher.ServiceWatcherImpl.lambda$runOnBinder$0(ServiceWatcherImpl.java:126) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.servicewatcher.ServiceWatcherImpl.$r8$lambda$t0qAh1UEA_LOIy4Yd0Q8_IVsw2E(Unknown Sourc e:0) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.servicewatcher.ServiceWatcherImpl$$ExternalSyntheticLambda1.run(Unknown Source:4) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.os.Handler.handleCallback(Handler.java:942) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.os.Handler.dispatchMessage(Handler.java:99) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.os.Looper.loopOnce(Looper.java:201) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.os.Looper.loop(Looper.java:288) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at android.os.HandlerThread.run(HandlerThread.java:67) 11-05 02:37:50.322 1670 2002 W LocationManagerService: at com.android.server.ServiceThread.run(ServiceThread.java:44) ```
This repo is archived. You cannot comment on issues.
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps-tmp#6477
No description provided.