IllegalArgumentException锁定表面

时间:2012-08-14 06:27:09

标签: java android

设备三星galaxy s3。 OS-4.0.4。我有一个列表视图diplaying列表项。然后我让我的手机闲置5-10分钟,当我解锁并恢复我的应用程序时,我看到这个异常

E/SurfaceTextureClient( 9044): dequeueBuffer failed (No such device)
E/ViewRootImpl( 9044): IllegalArgumentException locking surface
E/ViewRootImpl( 9044): java.lang.IllegalArgumentException
E/ViewRootImpl( 9044): at android.view.Surface.lockCanvasNative(Native Method)
E/ViewRootImpl( 9044):        at android.view.Surface.lockCanvas(Surface.java:76)
E/ViewRootImpl( 9044):        at android.view.ViewRootImpl.draw(ViewRootImpl.java:2157)
E/ViewRootImpl( 9044):        at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1846)
E/ViewRootImpl( 9044):        at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2658)
E/ViewRootImpl( 9044):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/ViewRootImpl( 9044):        at android.os.Looper.loop(Looper.java:137)
E/ViewRootImpl( 9044):        at android.app.ActivityThread.main(ActivityThread.java:4514)
E/ViewRootImpl( 9044):        at java.lang.reflect.Method.invokeNative(Native Method)
E/ViewRootImpl( 9044):        at java.lang.reflect.Method.invoke(Method.java:511)
E/ViewRootImpl( 9044):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)
E/ViewRootImpl( 9044):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
E/ViewRootImpl( 9044):        at dalvik.system.NativeStart.main(Native Method) 

0 个答案:

没有答案