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

Test Results For Emulator Crashes #2817

Closed
bleege opened this issue Oct 27, 2015 · 7 comments
Closed

Test Results For Emulator Crashes #2817

bleege opened this issue Oct 27, 2015 · 7 comments
Assignees
Labels
Android Mapbox Maps SDK for Android

Comments

@bleege
Copy link
Contributor

bleege commented Oct 27, 2015

The TestApp was crashing due to issues with OpenGL in #2807 and #2813. Once the issues were addressed we tested them to make sure. The source is from master as of 43dde0f. The tests were conducted on x86 emulators running stock Android APIs. The tests passed on all emulators except for API 15 (Ice Cream Sandwich). @tobrun was able to successfully test it on an Ice Cream Sandwich device however (more details coming from him below).

screen shot 2015-10-27 at 10 49 07 am
Emulators Tested

15

10-27 10:50:08.699 1412-1436/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not activating as we are not ready
10-27 10:50:08.699 1412-1436/com.mapbox.mapboxgl.testapp E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
10-27 10:50:08.699 1412-1436/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL ES
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_image_base EGL_ANDROID_image_native_buffer 
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp E/mbgl: {Main}[OpenGL]: eglChooseConfig() returned no configs.
10-27 10:50:08.799 1412-1412/com.mapbox.mapboxgl.testapp A/libc: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=128)
10-27 10:50:09.120 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: threadid=3: reacting to signal 3
10-27 10:50:09.120 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
10-27 10:50:09.639 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: threadid=3: reacting to signal 3
10-27 10:50:09.639 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
10-27 10:50:10.150 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: threadid=3: reacting to signal 3
10-27 10:50:10.150 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: Wrote stack traces to '/data/anr/traces.txt'
10-27 10:50:10.659 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: threadid=3: reacting to signal 3
10-27 10:50:10.659 1412-1419/com.mapbox.mapboxgl.testapp I/dalvikvm: Wrote stack traces to '/data/anr/traces.txt'

screen shot 2015-10-27 at 10 50 58 am

16

10-27 09:54:52.547 1573-1599/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not activating as we are not ready
10-27 09:54:52.547 1573-1599/com.mapbox.mapboxgl.testapp E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
10-27 09:54:52.547 1573-1599/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 09:54:52.597 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 09:54:52.667 1573-1573/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 09:54:52.677 1573-1573/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.support.v7.widget.LinearLayoutCompat.drawableHotspotChanged, referenced from method android.support.design.internal.ForegroundLinearLayout.drawableHotspotChanged
10-27 09:54:52.677 1573-1573/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve virtual method 15109: Landroid/support/v7/widget/LinearLayoutCompat;.drawableHotspotChanged (FF)V
10-27 09:54:52.778 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 09:54:52.778 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 09:54:52.778 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 09:54:52.778 1573-1573/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 09:54:52.797 1573-1599/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xb8bdc648, tid 1599
10-27 09:54:53.626 1573-1582/com.mapbox.mapboxgl.testapp W/Surface: Surface.finalize() has work. You should have called release() (-1195384056, 0)
10-27 09:54:53.846 1573-1599/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects

screen shot 2015-10-27 at 9 55 02 am

17

10-27 15:00:30.091 1737-1762/? I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 15:00:30.211 1737-1737/? I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 15:00:30.211 1737-1737/? I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 15:00:30.211 1737-1737/? I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 15:00:30.211 1737-1737/? I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 15:00:30.221 1737-1737/? W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 0:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 1:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 2:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 3:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 4:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Config 5:
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 15:00:30.221 1737-1737/? I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 15:00:30.331 792-886/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
10-27 15:00:30.381 1737-1737/? W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 15:00:30.391 1737-1737/? I/dalvikvm: Could not find method android.support.v7.widget.LinearLayoutCompat.drawableHotspotChanged, referenced from method android.support.design.internal.ForegroundLinearLayout.drawableHotspotChanged
10-27 15:00:30.391 1737-1737/? W/dalvikvm: VFY: unable to resolve virtual method 15109: Landroid/support/v7/widget/LinearLayoutCompat;.drawableHotspotChanged (FF)V
10-27 15:00:30.680 792-889/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property
10-27 15:00:30.710 1737-1737/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 15:00:30.710 1737-1737/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 15:00:30.710 1737-1737/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 15:00:30.710 1737-1737/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 15:00:30.730 1737-1762/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xba087670, tid 1762
10-27 15:00:30.940 1208-1223/system_process I/ActivityManager: Displayed com.mapbox.mapboxgl.testapp/com.mapbox.mapboxsdk.testapp.MainActivity: +998ms
10-27 15:00:31.400 1737-1762/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects
10-27 15:00:31.451 792-878/? D/: HostConnection::get() New Host Connection established 0xb9696c20, tid 878
10-27 15:00:51.550 1208-1288/system_process I/AudioService:  AudioFocus  abandonAudioFocus() from android.media.AudioManager@b2eed198com.android.music.MediaPlaybackService$3@b2eebe38

screen shot 2015-10-27 at 10 00 45 am

18

10-27 11:06:41.791 1765-1791/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not activating as we are not ready
10-27 11:06:41.791 1765-1791/com.mapbox.mapboxgl.testapp E/libEGL: call to OpenGL ES API with no current context (logged once per thread)
10-27 11:06:41.791 1765-1791/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 11:06:41.842 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 11:06:42.242 1765-1765/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 11:06:42.252 1765-1765/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.support.v7.widget.LinearLayoutCompat.drawableHotspotChanged, referenced from method android.support.design.internal.ForegroundLinearLayout.drawableHotspotChanged
10-27 11:06:42.252 1765-1765/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve virtual method 15109: Landroid/support/v7/widget/LinearLayoutCompat;.drawableHotspotChanged (FF)V
10-27 11:06:42.431 1765-1765/com.mapbox.mapboxgl.testapp I/Choreographer: Skipped 33 frames!  The application may be doing too much work on its main thread.
10-27 11:06:42.531 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 11:06:42.531 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 11:06:42.531 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 11:06:42.531 1765-1765/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 11:06:42.541 1765-1791/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xb914a100, tid 1791
10-27 11:06:42.741 1208-1224/system_process I/Choreographer: Skipped 64 frames!  The application may be doing too much work on its main thread.
10-27 11:06:43.011 1208-1224/system_process I/ActivityManager: Displayed com.mapbox.mapboxgl.testapp/com.mapbox.mapboxsdk.testapp.MainActivity: +1s401ms
10-27 11:06:43.471 1765-1791/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects

screen shot 2015-10-27 at 10 06 48 am

19

10-27 11:16:46.610 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
10-27 11:16:46.610 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.internal.view.WindowCallbackWrapper.onSearchRequested
10-27 11:16:46.610 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve interface method 18042: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
10-27 11:16:46.610 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.internal.view.WindowCallbackWrapper.onWindowStartingActionMode
10-27 11:16:46.610 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve interface method 18046: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
10-27 11:16:46.690 1772-1772/com.mapbox.mapboxgl.testapp I/CrashlyticsCore: Initializing Crashlytics 2.3.5.79
10-27 11:16:46.700 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.internal.widget.TintTypedArray.getChangingConfigurations
10-27 11:16:46.700 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve virtual method 471: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
10-27 11:16:46.700 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.internal.widget.TintTypedArray.getType
10-27 11:16:46.700 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve virtual method 493: Landroid/content/res/TypedArray;.getType (I)I
10-27 11:16:46.740 1772-1796/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not activating as we are not ready
10-27 11:16:46.740 1772-1796/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 11:16:46.780 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm-heap: Grow heap (frag case) to 3.718MB for 82956-byte allocation
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 11:16:46.880 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 11:16:47.040 1772-1772/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 11:16:47.070 1772-1772/com.mapbox.mapboxgl.testapp I/dalvikvm: Could not find method android.support.v7.widget.LinearLayoutCompat.drawableHotspotChanged, referenced from method android.support.design.internal.ForegroundLinearLayout.drawableHotspotChanged
10-27 11:16:47.070 1772-1772/com.mapbox.mapboxgl.testapp W/dalvikvm: VFY: unable to resolve virtual method 15109: Landroid/support/v7/widget/LinearLayoutCompat;.drawableHotspotChanged (FF)V
10-27 11:16:47.200 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 11:16:47.200 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 11:16:47.210 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 11:16:47.210 1772-1772/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 11:16:47.210 1772-1796/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xb8813010, tid 1796
10-27 11:16:47.650 1251-1265/system_process I/ActivityManager: Displayed com.mapbox.mapboxgl.testapp/com.mapbox.mapboxsdk.testapp.MainActivity: +1s107ms
10-27 11:16:48.550 1772-1796/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects

screen shot 2015-10-27 at 10 16 55 am

20

Not testing as this is the Android Wear SDK

21

10-27 10:24:07.281 1993-1993/com.mapbox.mapboxgl.testapp I/art: Not late-enabling -Xcheck:jni (already on)
10-27 10:24:07.507 1993-2005/com.mapbox.mapboxgl.testapp I/art: Background sticky concurrent mark sweep GC freed 3476(312KB) AllocSpace objects, 6(96KB) LOS objects, 0% free, 1240KB/1240KB, paused 10.083ms total 49.357ms
10-27 10:24:07.538 1993-1993/com.mapbox.mapboxgl.testapp I/CrashlyticsCore: Initializing Crashlytics 2.3.5.79
10-27 10:24:07.624 1993-2005/com.mapbox.mapboxgl.testapp I/art: Background partial concurrent mark sweep GC freed 7259(418KB) AllocSpace objects, 1(16KB) LOS objects, 52% free, 921KB/1945KB, paused 5.062ms total 113.601ms
10-27 10:24:08.056 1993-2033/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not activating as we are not ready
10-27 10:24:08.056 1993-2033/com.mapbox.mapboxgl.testapp I/mbgl: {Map}[Android]: Not deactivating as we are not ready
10-27 10:24:08.211 1993-2000/com.mapbox.mapboxgl.testapp W/art: Suspending all threads took: 25.441ms
10-27 10:24:08.252 1993-2005/com.mapbox.mapboxgl.testapp I/art: Background sticky concurrent mark sweep GC freed 1546(262KB) AllocSpace objects, 1(16KB) LOS objects, 0% free, 2MB/2MB, paused 16.323ms total 169.519ms
10-27 10:24:08.282 1993-1993/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa5f69140, tid 1993
10-27 10:24:08.306 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 10:24:08.306 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 10:24:08.306 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 10:24:08.306 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 10:24:08.306 1993-1993/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.309 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.310 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 10:24:08.311 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.312 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:24:08.313 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:24:08.324 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 10:24:08.325 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 10:24:08.343 1993-2005/com.mapbox.mapboxgl.testapp I/art: Background partial concurrent mark sweep GC freed 2095(243KB) AllocSpace objects, 2(32KB) LOS objects, 40% free, 2MB/3MB, paused 5.526ms total 46.834ms
10-27 10:24:08.421 1993-2043/com.mapbox.mapboxgl.testapp I/OpenGLRenderer: Initialized EGL, version 1.4
10-27 10:24:08.421 1993-2043/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa536e910, tid 2043
10-27 10:24:08.458 1993-2043/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 10:24:08.458 1993-2043/com.mapbox.mapboxgl.testapp W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xa5fecf40, error=EGL_SUCCESS
10-27 10:24:08.617 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 10:24:08.620 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 10:24:08.620 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 10:24:08.620 1993-1993/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 10:24:08.630 1993-2033/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa5fdd600, tid 2033
10-27 10:24:09.043 1993-2005/com.mapbox.mapboxgl.testapp I/art: Background sticky concurrent mark sweep GC freed 15508(889KB) AllocSpace objects, 1(16KB) LOS objects, 28% free, 2MB/3MB, paused 5.931ms total 67.949ms
10-27 10:24:09.055 1993-2005/com.mapbox.mapboxgl.testapp W/art: Suspending all threads took: 11.669ms
10-27 10:24:09.340 1993-2033/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects
10-27 10:24:09.371 1993-1993/com.mapbox.mapboxgl.testapp I/Choreographer: Skipped 32 frames!  The application may be doing too much work on its main thread.

screen shot 2015-10-27 at 10 24 15 am

22

10-27 10:30:40.832 2152-2164/com.mapbox.mapboxgl.testapp I/art: Background sticky concurrent mark sweep GC freed 4921(508KB) AllocSpace objects, 3(48KB) LOS objects, 0% free, 2MB/2MB, paused 2.463ms total 199.304ms
10-27 10:30:40.832 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 10:30:40.832 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 10:30:40.832 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 10:30:40.832 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 10:30:40.832 2152-2152/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:30:40.835 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.836 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.837 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.838 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:30:40.839 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 10:30:40.840 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 10:30:40.989 2152-2184/com.mapbox.mapboxgl.testapp I/OpenGLRenderer: Initialized EGL, version 1.4
10-27 10:30:40.990 2152-2184/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa5467e00, tid 2184
10-27 10:30:41.036 2152-2184/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 10:30:41.036 2152-2184/com.mapbox.mapboxgl.testapp W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xa5442240, error=EGL_SUCCESS
10-27 10:30:41.166 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 10:30:41.169 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 10:30:41.171 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 10:30:41.171 2152-2152/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 10:30:41.180 2152-2181/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa5505320, tid 2181
10-27 10:30:41.304 2152-2164/com.mapbox.mapboxgl.testapp I/art: Background partial concurrent mark sweep GC freed 5167(336KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/4MB, paused 2.501ms total 458.212ms
10-27 10:30:41.446 1234-1260/system_process I/ActivityManager: Displayed com.mapbox.mapboxgl.testapp/com.mapbox.mapboxsdk.testapp.MainActivity: +1s594ms
10-27 10:30:41.543 1234-1763/system_process I/ActivityManager: Killing 1768:com.android.externalstorage/u0a6 (adj 15): empty #17
10-27 10:30:42.044 2152-2181/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects
10-27 10:30:42.084 2152-2152/com.mapbox.mapboxgl.testapp I/Choreographer: Skipped 37 frames!  The application may be doing too much work on its main thread.

screen shot 2015-10-27 at 10 31 00 am

23

10-27 10:34:17.110 2217-2217/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa2578070, tid 2217
10-27 10:34:17.128 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Vendor: Android
10-27 10:34:17.128 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Version: 1.4 Android META-EGL
10-27 10:34:17.128 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client APIs: OpenGL_ES
10-27 10:34:17.128 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: EGL Client Extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_KHR_image_base EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer 
10-27 10:34:17.128 2217-2217/com.mapbox.mapboxgl.testapp W/mbgl: {Main}[Android]: In emulator! Enabling hacks :-(
10-27 10:34:17.136 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Found 6 configs
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 0:
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 1:
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.137 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.138 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 2:
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 24
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 0
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 3:
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:34:17.139 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 4:
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.140 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Config 5:
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Caveat: 12344
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Conformant: 5
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Color: 32
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Red: 8
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Green: 8
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Blue: 8
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha: 8
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Alpha mask: 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Depth: 24
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Stencil: 8
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Sample buffers: 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: ...Samples: 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen config is 0
10-27 10:34:17.141 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: Chosen window format is 2
10-27 10:34:17.189 2217-2230/com.mapbox.mapboxgl.testapp W/art: Suspending all threads took: 38.739ms
10-27 10:34:17.245 2217-2230/com.mapbox.mapboxgl.testapp I/art: Background sticky concurrent mark sweep GC freed 17705(1273KB) AllocSpace objects, 10(200KB) LOS objects, 39% free, 2MB/3MB, paused 40.476ms total 175.817ms
10-27 10:34:17.258 2217-2230/com.mapbox.mapboxgl.testapp W/art: Suspending all threads took: 12.078ms
10-27 10:34:17.358 2217-2254/com.mapbox.mapboxgl.testapp I/OpenGLRenderer: Initialized EGL, version 1.4
10-27 10:34:17.358 2217-2254/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa2578380, tid 2254
10-27 10:34:17.399 2217-2254/com.mapbox.mapboxgl.testapp W/EGL_emulation: eglSurfaceAttrib not implemented
10-27 10:34:17.399 2217-2254/com.mapbox.mapboxgl.testapp W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xa1ecaf20, error=EGL_SUCCESS
10-27 10:34:17.734 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Vendor: Google (Intel Inc.)
10-27 10:34:17.734 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Renderer: Android Emulator OpenGL ES Translator (Intel Iris OpenGL Engine)
10-27 10:34:17.735 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Version: OpenGL ES 2.0 (2.1 INTEL-10.8.77)
10-27 10:34:17.735 2217-2217/com.mapbox.mapboxgl.testapp I/mbgl: {Main}[OpenGL]: GL Extensions: GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot
10-27 10:34:17.740 2217-2245/com.mapbox.mapboxgl.testapp D/: HostConnection::get() New Host Connection established 0xa1e7f1c0, tid 2245
10-27 10:34:18.071 2217-2217/com.mapbox.mapboxgl.testapp I/Choreographer: Skipped 35 frames!  The application may be doing too much work on its main thread.
10-27 10:34:18.154 2217-2226/com.mapbox.mapboxgl.testapp W/art: Suspending all threads took: 11.934ms
10-27 10:34:18.637 2217-2245/com.mapbox.mapboxgl.testapp W/mbgl: {Map}[OpenGL]: Not using Vertex Array Objects
10-27 10:34:18.692 2217-2217/com.mapbox.mapboxgl.testapp I/Choreographer: Skipped 36 frames!  The application may be doing too much work on its main thread.

screen shot 2015-10-27 at 10 34 37 am

/cc @mapbox/mobile @twbell

@bleege bleege added the Android Mapbox Maps SDK for Android label Oct 27, 2015
@bleege bleege self-assigned this Oct 27, 2015
@bleege bleege added this to the android-v2.2.0 milestone Oct 27, 2015
@bleege
Copy link
Contributor Author

bleege commented Oct 27, 2015

Here's the API 15 (Ice Cream Sandwich) successful test using an ICOO D50 tablet from @tobrun.

device-2015-10-27-170817

@bleege
Copy link
Contributor Author

bleege commented Oct 27, 2015

I just published a new 2.2.0-SNAPSHOT based on the same commit from master used in the tests above. Will leave this issue open for a few days to let people test.

For instructions on how to install a SNAPSHOT version of the Android SDK please see https://www.mapbox.com/android-sdk/#gradle

@ljbade
Copy link
Contributor

ljbade commented Oct 27, 2015

The reason API <16 emulators fail to load our app, is that they do not support "Use host GPU" option, thus they fall back to software based OpenGL 1.0 simulator. We need OpenGL 2.0 which is only available via "Use host GPU"

@ljbade
Copy link
Contributor

ljbade commented Oct 27, 2015

Hopefully cloud device testing will make it easier to cover this hole.

In the meantime I have a second hand Galaxy Nexus arriving later this week that I can load with API 15 for testing.

@bleege
Copy link
Contributor Author

bleege commented Oct 27, 2015

Thanks for clarifying the API < 16 emulators @ljbade! That's super useful to know.

@bleege bleege mentioned this issue Oct 28, 2015
7 tasks
@bleege bleege modified the milestones: android-v2.2.0, android-v2.3.0 Oct 28, 2015
@ljbade
Copy link
Contributor

ljbade commented Nov 9, 2015

Today my second hand Galaxy Nexus arrived. I flashed it with the stock Google 4.0.4 ROM which is API 15.

I tested Sirius from hey-apps and it immediately crashes but due to proguard the stack trace gave no useful information.

I then built master TestApp and found a crash around Canvas.quickReject() which fails on a hardware canvas prior to Jelly Bean, but this is not mentioned in the Android documentation for the function.

I have observed some serious GPU glitches which ruins the map experience on this device. At one point the phone completely frooze and required a hard reboot. We must be doing something wrong in our GL code. I will make a separate issue for this.

@bleege bleege modified the milestones: android-v2.3.0, android-v2.4.0 Dec 4, 2015
@bleege bleege modified the milestones: android-v3.0.0, android-v3.1.0 Dec 21, 2015
@bleege bleege modified the milestones: android-v3.1.0, android-v4.0.0 Jan 20, 2016
@tobrun
Copy link
Member

tobrun commented Mar 6, 2016

Closing, nothing actionable left to take up.

@tobrun tobrun closed this as completed Mar 6, 2016
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

3 participants