• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Problem with GPU (?)

Hello people, I'm new to android developement and using this tutorial.

Code:
11-25 15:05:24.793 25760-25760/? I/art: Late-enabling -Xcheck:jni
11-25 15:05:24.953 25760-25760/? W/System: ClassLoader referenced unknown path: /data/app/me.kyllian.testgame-2/lib/arm
11-25 15:05:24.999 25760-25760/me.kyllian.testgame I/InstantRun: starting instant run server: is main process
11-25 15:05:25.164 25760-25851/me.kyllian.testgame I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (I741a3d36ca)
                                                                 OpenGL ES Shader Compiler Version: E031.29.00.00
                                                                 Build Date: 04/04/16 Mon
                                                                 Local Branch: mybranch19053788
                                                                 Remote Branch: quic/LA.BF.1.1.3_rb1.12
                                                                 Local Patches: NONE
                                                                 Reconstruct Branch: NOTHING
11-25 15:05:25.166 25760-25851/me.kyllian.testgame I/OpenGLRenderer: Initialized EGL, version 1.4
11-25 15:05:25.167 25760-25851/me.kyllian.testgame D/OpenGLRenderer: Swap behavior 1
11-25 15:05:25.168 25760-25851/me.kyllian.testgame W/Adreno-ES20: <get_gpu_clk:229>: open failed: errno 13

Is my logcat error, does this mean anything bad? thanks!
 
The last line is a warning (W). If it was something really bad then I would expect an error, or exception thrown.
Does the app not behave correctly, or crash?
 
Back
Top Bottom