Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

MapboxGL becomes unresponsive #6342

Closed
peterneubauer opened this issue Sep 15, 2016 · 2 comments
Closed

MapboxGL becomes unresponsive #6342

peterneubauer opened this issue Sep 15, 2016 · 2 comments
Labels
Android Mapbox Maps SDK for Android

Comments

@peterneubauer
Copy link

peterneubauer commented Sep 15, 2016

Platform:
Mapbox SDK version:

compile('com.mapbox.mapboxsdk:mapbox-android-sdk:4.2.0-SNAPSHOT@aar') {
    transitive = true
}

Steps to trigger behavior

  1. Opening the view, map displays

  2. Trying to drag with finger

  3. After just a second or so the view freezes, does not move or resize. Not errors in the console, it looks like the view is logging finger movements, but just not responding visually or to any resizes etc.

    09-15 14:25:12.223 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::activate
    09-15 14:25:12.223 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.223 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.223 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeGetBearing
    09-15 14:25:12.233 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.235 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::updateFps()
    09-15 14:25:12.235 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::deactivate
    09-15 14:25:12.238 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::invalidate()
    09-15 14:25:12.245 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeRender
    09-15 14:25:12.245 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::activate
    09-15 14:25:12.245 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.246 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.246 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeQueryPointAnnotations
    09-15 14:25:12.249 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeGetBearing
    09-15 14:25:12.256 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.258 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::updateFps()
    09-15 14:25:12.258 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::deactivate
    09-15 14:25:12.260 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::invalidate()
    09-15 14:25:12.267 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeRender
    09-15 14:25:12.267 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::activate
    09-15 14:25:12.267 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.267 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.274 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.277 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::updateFps()
    09-15 14:25:12.277 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::deactivate
    09-15 14:25:12.278 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::invalidate()
    09-15 14:25:12.284 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeRender
    09-15 14:25:12.284 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::activate
    09-15 14:25:12.284 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.290 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.292 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::updateFps()
    09-15 14:25:12.292 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::deactivate
    09-15 14:25:12.303 7439-7439/app.mapillary D/mbgl: {app.mapillary}[JNI]: nativeRender
    09-15 14:25:12.303 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::activate
    09-15 14:25:12.303 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.312 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::notifyMapChange()
    09-15 14:25:12.314 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::updateFps()
    09-15 14:25:12.314 7439-7439/app.mapillary D/mbgl: {app.mapillary}[Android]: NativeMapView::deactivate
    
@1ec5 1ec5 added the Android Mapbox Maps SDK for Android label Sep 15, 2016
@jfirebaugh
Copy link
Contributor

This could have been #6387. Can you test with the latest snapshot?

@dastan1302
Copy link

I have this issue on 4.2.0 on android device one plus two, but other devices ok, thats strange. @jfirebaugh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

No branches or pull requests

4 participants