Open LukasPaczos opened 5 years ago
Comes from https://github.com/mapbox/mapbox-android-demo/pull/1012, where setUpTileLoadingMeasurement()
was added to the MapboxApplication
class: https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/global/java/com/mapbox/mapboxandroiddemo/MapboxApplication.java#L44-L48
Will work on a pr to adjust if possible
Comes from #1012, where setUpTileLoadingMeasurement() was added to the MapboxApplication class
The filter warning doesn't appear in the logcat when I comment out this method, fresh install on my phone, open an example, and then pan around to load tiles.
I haven't found much. The ActivityManager: Receiver with filter....
log message seems to come from ActivityManagerService#registerReceiver()
:
When scrolling the map, each network requests sent from core results in a warning log:
It feels like a red-herring but definitely correlates. I wasn't able to narrow down where do those logs come from.