Pablo Guardiola

Results 85 comments of Pablo Guardiola

Adding here relevant log traces: ``` 12-20 10:55:41.422 918-1696/? I/ActivityManager: Start proc com.mapbox.mapboxsdk.testapp:lost for service com.mapbox.mapboxsdk.testapp/com.mapzen.android.lost.internal.FusedLocationProviderService: pid=11163 uid=10008 gids={50008, 9997, 1028, 1015, 3003} abi=armeabi-v7a // ... 12-20 10:55:41.647 11163-11163/com.mapbox.mapboxsdk.testapp:lost E/AndroidRuntime:...

@sarahlensing > when is the telemetry service connected in relation to Lost? The flow is as follows: [`MapboxTelemetry#enable()`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java#L98) 👉 [`MapboxTelemetry#startTelemetry()`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java#L256) 👉 [`MapboxTelemetry#optIn()`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java#L106) 👉 [`MapboxTelemetry#optLocationIn()`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java#L267) 👉 [`MapboxTelemetry#startLocation()`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/MapboxTelemetry.java#L298) which fires the [`TelemetryService`](https://github.com/mapbox/mapbox-events-android/blob/master/libtelemetry/src/main/java/com/mapbox/services/android/telemetry/TelemetryService.java)...

Hey @msmollin 👋 Does https://github.com/mapzen/lost/issues/241 could be because of OP?

@sarahlensing that'd be great because the [same thing happens with the WiFi permission](https://github.com/mapzen/lost/issues/169#issuecomment-288971298) 👍

`internal-instrumentation-tests` are also ❌ ``` 06-03 11:39:05.271: E/TestRunner(22253): failed: checkNotificationContent(com.mapbox.navigation.core.trip.service.TripServiceTest) 06-03 11:39:05.271: E/TestRunner(22253): ----- begin exception ----- 06-03 11:39:05.271: E/TestRunner(22253): java.lang.RuntimeException: Unable to resolve activity for: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]...

Superseded by https://github.com/mapbox/mapbox-navigation-android/pull/6179 Closing here. cc @RingerJK

👀 https://github.com/mapbox/mapbox-navigation-android/issues/355 Noting that this happened in a Pixel XL running the beta of Android P.

Hey @Danny-James 👋 we implemented some changes to fix OP in https://github.com/mapbox/mapbox-navigation-android/pull/1455 and are available in the recent [`0.22.0`](https://github.com/mapbox/mapbox-navigation-android/releases/tag/v0.22.0) release version of the SDK. Please keep an eye to your...

As described in https://github.com/mapbox/mapbox-navigation-android/pull/1474#issuecomment-434629803 we need to keep digging into the source of this issue. Apparently, it doesn't have to be caused by the notification per se and could be...

Commenting here so `stale` bot doesn't remove this ticket as this is still sometimes reproducible 😅