vivo手机上APP内嵌webview运行h5时黑屏

我的游戏是打包成web版本嵌套在APP里面的 ,其他手机运行没问题,在vivo上会无固定触发黑屏 切到后台再切回来可以恢复。打包debug版本查看也没有报错信息,就无缘无故黑了,但是同样是用creator做了其他几款游戏却没问题!
我都不知道怎么去定位问题所在呀 一点报错都没有。

好像每次黑屏都会提示定时器的东西。。。@panda@jare

目前只发现vivo手机会提示这个 其他手机就不会

不要多次调用shedule

链接电脑调试 发现在vivo手机上 内存直线飙升 其他手机内存一直平稳 找不到原因啊

@panda@jare

01-30 21:06:18.877 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.877 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.909 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.909 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.941 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.941 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.941 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.941 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.942 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.942 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.945 15855-16744/com.yx W/Adreno-GSL: <sharedmem_gpuobj_alloc:2063>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
01-30 21:06:18.945 15855-16744/com.yx E/Adreno-GSL: <gsl_memory_alloc_pure:2124>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
01-30 21:06:18.945 15855-16744/com.yx E/chromium: [ERROR:gles2_cmd_decoder.cc(7385)] [.Offscreen-MainThread-0xb9fa9c00]GL ERROR :GL_OUT_OF_MEMORY : glFramebufferTexture2D: <- error from previous GL command
01-30 21:06:18.946 15855-16744/com.yx E/chromium: [ERROR:gles2_cmd_decoder.cc(5136)] Error: 5 for Command kFramebufferTexture2D
01-30 21:06:18.955 15855-16109/com.yx E/chromium: [ERROR:gles2_cmd_decoder.cc(16349)] [GroupMarkerNotSet(crbug.com/242999)!:54306800]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
01-30 21:06:18.956 15855-16109/com.yx E/chromium: [ERROR:gles2_cmd_decoder.cc(9063)] [GroupMarkerNotSet(crbug.com/242999)!:54306800]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.

官方大佬能帮我看一下吗

一年了 我也遇到了 在华为手机上 显示内存不足= =

同样的问题 求关注

1赞

我当时的原因是 用了 圆形mask导致的内存飙升 去掉就好了 不知道你是不是有同样的原因

同样遇到了这个问题,都是是vivo和华为设备,找不到问题,无法解决……