gapid: Failure tracing OpenGL ES application in gapid\gapii\cc\pool.cpp "Out of memory allocating 0x1f8000 bytes"
I am trying to capture a trace of an OpenGL ES application using gapid on NVIDIA Shield Tablet K1 using GAPID v1.0.0 release and it is crashing trying to capture a trace. I’m unfortunately not able to provide a repro at this time, but perhaps some of the info here will help.
This is the backtrace:
01-17 09:05:30.375 25338 25338 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-17 09:05:30.375 25338 25338 F DEBUG : Build fingerprint: 'nvidia/sb_na_wf/shieldtablet:7.0/NRD90M/1928188_904.2811:user/release-keys'
01-17 09:05:30.375 25338 25338 F DEBUG : Revision: '0'
01-17 09:05:30.375 25338 25338 F DEBUG : ABI: 'arm'
01-17 09:05:30.376 25338 25338 F DEBUG : pid: 25271, tid: 25335, name: RenderThread >>> com.valvesoftware.rendersystemtest <<<
01-17 09:05:30.376 25338 25338 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-17 09:05:30.379 25338 25338 F DEBUG : Abort message: '[T:\src\github\src\github.com\google\gapid\gapii\cc\pool.cpp:34] Out of memory allocating 0x1f8000 bytes'
01-17 09:05:30.380 25338 25338 F DEBUG : r0 00000000 r1 000062f7 r2 00000006 r3 00000008
01-17 09:05:30.380 25338 25338 F DEBUG : r4 89831978 r5 00000006 r6 89831920 r7 0000010c
01-17 09:05:30.380 25338 25338 F DEBUG : r8 00000000 r9 001f8000 sl 000003c9 fp 00000001
01-17 09:05:30.381 25338 25338 F DEBUG : ip 0000000c sp 89831170 lr a7992af7 pc a7995360 cpsr 600f0010
01-17 09:05:30.404 25338 25338 F DEBUG :
01-17 09:05:30.404 25338 25338 F DEBUG : backtrace:
01-17 09:05:30.404 25338 25338 F DEBUG : #00 pc 0004a360 /system/lib/libc.so (tgkill+12)
01-17 09:05:30.404 25338 25338 F DEBUG : #01 pc 00047af3 /system/lib/libc.so (pthread_kill+34)
01-17 09:05:30.404 25338 25338 F DEBUG : #02 pc 0001db6d /system/lib/libc.so (raise+10)
01-17 09:05:30.405 25338 25338 F DEBUG : #03 pc 000196b9 /system/lib/libc.so (__libc_android_abort+34)
01-17 09:05:30.405 25338 25338 F DEBUG : #04 pc 00017038 /system/lib/libc.so (abort+4)
01-17 09:05:30.405 25338 25338 F DEBUG : #05 pc 00005803 /system/lib/liblog.so (__android_log_assert+114)
01-17 09:05:30.405 25338 25338 F DEBUG : #06 pc 00220657 /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.405 25338 25338 F DEBUG : #07 pc 002205eb /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.405 25338 25338 F DEBUG : #08 pc 0015b1b3 /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.406 25338 25338 F DEBUG : #09 pc 000b9fcb /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.406 25338 25338 F DEBUG : #10 pc 0003d231 /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #11 pc 0002d7ef /system/lib/libhwui.so (_ZN7android10uirenderer10AssetAtlas4initENS_2spINS_13GraphicBufferEEEPxi+94)
01-17 09:05:30.406 25338 25338 F DEBUG : #12 pc 000256c3 /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #13 pc 000251cd /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #14 pc 000257d1 /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #15 pc 00022b0f /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #16 pc 00026291 /system/lib/libhwui.so
01-17 09:05:30.406 25338 25338 F DEBUG : #17 pc 00027153 /system/lib/libhwui.so
01-17 09:05:30.407 25338 25338 F DEBUG : #18 pc 00028181 /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+80)
01-17 09:05:30.407 25338 25338 F DEBUG : #19 pc 0000f155 /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+144)
01-17 09:05:30.407 25338 25338 F DEBUG : #20 pc 0006681d /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)
01-17 09:05:30.407 25338 25338 F DEBUG : #21 pc 000475c3 /system/lib/libc.so (_ZL15__pthread_startPv+22)
01-17 09:05:30.407 25338 25338 F DEBUG : #22 pc 0001a115 /system/lib/libc.so (__start_thread+6)
The full log is below:
01-17 09:05:17.348 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:61] JNI_OnLoad() was called. vm = 0xa5535000
01-17 09:05:17.348 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:125] Constructing spy...
01-17 09:05:17.378 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\connection_stream.cpp:35] GAPII awaiting connection on pipe gapii (abstract)
01-17 09:05:18.228 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:159] Connection made
01-17 09:05:18.229 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:166] Connection header read
01-17 09:05:18.230 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:181] APIS 0000000a
01-17 09:05:18.230 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:182] GAPII connection established. Settings:
01-17 09:05:18.230 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:183] Observe framebuffer every 0 frames
01-17 09:05:18.230 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:184] Observe framebuffer every 0 draws
01-17 09:05:18.230 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:185] Disable precompiled shaders: true
01-17 09:05:18.342 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:128] Installing GAPII hooks...
01-17 09:05:18.349 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:150] Interceptor functions resolved
01-17 09:05:18.349 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:152] Calling gInitializeInterceptor at 0x8ba0bdfd...
01-17 09:05:18.350 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:157] Installing OpenGL ES hooks...
01-17 09:05:18.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a805c4 failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:18.399 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glWeightPointerOESBounds at 0xa5a805c4
01-17 09:05:18.553 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a7ff90 failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:18.553 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glVertexPointerBounds at 0xa5a7ff90
01-17 09:05:18.975 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a7fe9c failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:18.975 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glTexCoordPointerBounds at 0xa5a7fe9c
01-17 09:05:19.066 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a7f8a8 failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:19.067 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glColorPointerBounds at 0xa5a7f8a8
01-17 09:05:19.525 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a7fd1c failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:19.525 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glNormalPointerBounds at 0xa5a7fd1c
01-17 09:05:19.961 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a805ac failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:19.961 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glMatrixIndexPointerOESBounds at 0xa5a805ac
01-17 09:05:20.075 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:120] Interceptor error: Intercepting function at 0xa5a805dc failed: End of function reached after 4 byte when rewriting 8 bytes
01-17 09:05:20.075 25271 25271 E GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:241] Couldn't intercept function glPointSizePointerOESBounds at 0xa5a805dc
01-17 09:05:20.397 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:163] OpenGL ES hooks successfully installed
01-17 09:05:20.397 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] eglGetNativeClientBufferANDROID was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearPixelLocalStorageuiEXT was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearTexImageEXT was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearTexSubImageEXT was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glConservativeRasterParameteriNV was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glDrawTransformFeedbackInstancedEXT was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferPixelLocalStorageSizeEXT was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferTexture2DDownsampleIMG was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferTextureLayerDownsampleIMG was requested, but cannot be traced.
01-17 09:05:20.398 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetFramebufferPixelLocalStorageSizeEXT was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetTextureHandleIMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetTextureSamplerHandleIMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glProgramUniformHandleui64IMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glProgramUniformHandleui64vIMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glUniformHandleui64IMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glUniformHandleui64vIMG was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXCreateContext was requested, but cannot be traced.
01-17 09:05:20.399 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXCreateNewContext was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXMakeContextCurrent was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXMakeCurrent was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXSwapBuffers was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXQueryDrawable was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglCreateContext was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglCreateContextAttribsARB was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglMakeCurrent was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglSwapBuffers was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLCreateContext was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLSetCurrentContext was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLGetSurface was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGSGetSurfaceBounds was requested, but cannot be traced.
01-17 09:05:20.400 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLFlushDrawable was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glColorPointerBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glNormalPointerBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glTexCoordPointerBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glVertexPointerBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glPointSizePointerOESBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glMatrixIndexPointerOESBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glWeightPointerOESBounds was requested, but cannot be traced.
01-17 09:05:20.401 25271 25271 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:127] Registering spy symbols...
01-17 09:05:30.198 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] eglGetNativeClientBufferANDROID was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearPixelLocalStorageuiEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearTexImageEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glClearTexSubImageEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glConservativeRasterParameteriNV was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glDrawTransformFeedbackInstancedEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferPixelLocalStorageSizeEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferTexture2DDownsampleIMG was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glFramebufferTextureLayerDownsampleIMG was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetFramebufferPixelLocalStorageSizeEXT was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetTextureHandleIMG was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glGetTextureSamplerHandleIMG was requested, but cannot be traced.
01-17 09:05:30.199 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glProgramUniformHandleui64IMG was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glProgramUniformHandleui64vIMG was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glUniformHandleui64IMG was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glUniformHandleui64vIMG was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXCreateContext was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXCreateNewContext was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXMakeContextCurrent was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXMakeCurrent was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXSwapBuffers was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glXQueryDrawable was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglCreateContext was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglCreateContextAttribsARB was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglMakeCurrent was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] wglSwapBuffers was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLCreateContext was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLSetCurrentContext was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLGetSurface was requested, but cannot be traced.
01-17 09:05:30.200 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGSGetSurfaceBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] CGLFlushDrawable was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glColorPointerBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glNormalPointerBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glTexCoordPointerBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glVertexPointerBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glPointSizePointerOESBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glMatrixIndexPointerOESBounds was requested, but cannot be traced.
01-17 09:05:30.201 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\android\installer.cpp:115] glWeightPointerOESBounds was requested, but cannot be traced.
01-17 09:05:30.255 25271 25335 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:290] eglCreateContext requested: GL 2.0, profile 0x0, flags 0x0 -> 0xa3fb27d0
01-17 09:05:30.277 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\gles_context.cpp:294] glGetFloatv(GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY) gave error 0x500
01-17 09:05:30.277 25271 25335 W GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\gles_context.cpp:295] glGetFloatv(GL_MULTISAMPLE_LINE_WIDTH_RANGE) gave error 0x500
01-17 09:05:30.279 25271 25335 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:369] Active context ID: 1
01-17 09:05:30.281 25271 25335 I GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\spy.cpp:380] Framebuffer config: R8 G8 B8 A8 D24 S8
01-17 09:05:30.293 25271 25335 F GAPID : [T:\src\github\src\github.com\google\gapid\gapii\cc\pool.cpp:34] Out of memory allocating 0x1f8000 bytes
01-17 09:05:30.379 25338 25338 F DEBUG : Abort message: '[T:\src\github\src\github.com\google\gapid\gapii\cc\pool.cpp:34] Out of memory allocating 0x1f8000 bytes'
01-17 09:05:30.405 25338 25338 F DEBUG : #06 pc 00220657 /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.405 25338 25338 F DEBUG : #07 pc 002205eb /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.405 25338 25338 F DEBUG : #08 pc 0015b1b3 /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
01-17 09:05:30.406 25338 25338 F DEBUG : #09 pc 000b9fcb /data/app/com.google.android.gapid.armeabi-1/lib/arm/libgapii.so
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (9 by maintainers)
Commits related to this issue
- gapii: Only read ANativeWindowBuffer.layer_count on Android O or later. Fixes: #1554 — committed to ben-clayton/gapid by ben-clayton 6 years ago
- gapii: Only read ANativeWindowBuffer.layer_count on Android O or later. Fixes: #1554 — committed to google/gapid by ben-clayton 6 years ago
- gapii: Only read ANativeWindowBuffer.layer_count on Android O or later. Fixes: #1554 — committed to google/gapid by ben-clayton 6 years ago
Hi @marcinkwiatkowski - sure, give me a couple of working days to get it out - the team have been traveling around a lot the past couple of weeks, and we have a lot of stuff to catch up on.
If you want to request access to the file above, please feel free to. Unfortunately there’s no option to just make it public, otherwise I would.