Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

IntentFilter warnings on each network requests #1159

@LukasPaczos

Description

@LukasPaczos

When scrolling the map, each network requests sent from core results in a warning log:

1180-5873/? W/ActivityManager: Receiver with filter android.content.IntentFilter@fe11c8c already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug
13630-13766/com.mapbox.mapboxandroiddemo.debug V/Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).
1180-5873/? W/ActivityManager: Receiver with filter android.content.IntentFilter@9d3ffd5 already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug
13630-13763/com.mapbox.mapboxandroiddemo.debug V/Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).
1180-3691/? W/ActivityManager: Receiver with filter android.content.IntentFilter@af503ea already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug
13630-13766/com.mapbox.mapboxandroiddemo.debug V/Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).
1180-3691/? W/ActivityManager: Receiver with filter android.content.IntentFilter@28026db already registered for pid 13630, callerPackage is com.mapbox.mapboxandroiddemo.debug
13630-13763/com.mapbox.mapboxandroiddemo.debug V/Mbgl-HttpRequest: [HTTP] Request was successful (code = 200).

It feels like a red-herring but definitely correlates. I wasn't able to narrow down where do those logs come from.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions