Anyone else having issues? When my development build starts up I just have a black screen that crashes out to desktop after a while (works fine in non-dev builds)
logcat is showing GL issues?
Logcat crash stack
I/AEE/AED (18472): backtrace:
I/AEE/AED (18472): #00 pc 000136a4 /system/lib/libc.so (__memcpy_base+108)
I/AEE/AED (18472): #01 pc 00007c9f /system/vendor/lib/libusc.so (PVRUniflexReadHWBinary+166)
I/AEE/AED (18472): #02 pc 0006cd2f /system/vendor/lib/egl/libGLESv2_mtk.so
I/AEE/AED (18472): #03 pc 0006d1fd /system/vendor/lib/egl/libGLESv2_mtk.so
I/AEE/AED (18472): #04 pc 00039ca7 /system/vendor/lib/egl/libGLESv2_mtk.so (glProgramBinary+418)
I/AEE/AED (18472): #05 pc 004a136c /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GlslGpuProgramGLES::CompileProgram(std::string const&, std::string const&, std::string const&, std::string const&, std::string const&, ChannelAssigns&)+656)
I/AEE/AED (18472): #06 pc 004a07d8 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GlslGpuProgramGLES::Create(std::string const&, ChannelAssigns&)+1244)
I/AEE/AED (18472): #07 pc 004a01e8 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GlslGpuProgramGLES::GlslGpuProgramGLES(std::string const&, CreateGpuProgramOutput&)+148)
I/AEE/AED (18472): #08 pc 002a8278 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (CreateGpuProgram(std::string const&, CreateGpuProgramOutput&)+2284)
I/AEE/AED (18472): #09 pc 002a7984 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GfxDevice::CreateGpuProgram(std::string const&, CreateGpuProgramOutput&)+12)
I/AEE/AED (18472): #10 pc 004807dc /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&)+3472)
I/AEE/AED (18472): #11 pc 0048548c /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GfxDeviceWorker::Run()+20)
I/AEE/AED (18472): #12 pc 0047fa34 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (GfxDeviceWorker::RunGfxDeviceWorker(void*)+80)
I/AEE/AED (18472): #13 pc 004018c8 /data/app/xxxxxxxxxxxxxxxxxxxxx/lib/arm/libunity.so (Thread::RunThreadWrapper(void*)+84)
I/AEE/AED (18472): #14 pc 00016f83 /system/lib/libc.so (__pthread_start(void*)+30)
I/AEE/AED (18472): #15 pc 00014fef /system/lib/libc.so (__start_thread+6)
Issue is the same in 5.2.1f1 and 5.2.1p2.
Any ideas/suggestions?
Ta,