Thursday, January 16, 2014

We help out, android.view.Surface.lockCanvasNative What is wrong ah?


            
08-09 15:56:22.879: E / SurfaceTextureClient (20103): dequeueBuffer: ISurfaceTexture :: requestBuffer failed: -2147483646
08-09 15:56:22.879: E / SurfaceTextureClient (20103): dequeueBuffer failed (Unknown error: 2147483646)
08-09 15:56:22.879: E / ViewRootImpl (20103): Could not lock surface
08-09 15:56:22.879: E / ViewRootImpl (20103): java.lang.IllegalArgumentException
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Surface.lockCanvasNative (Native Method)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Surface.lockCanvas (Surface.java: 88)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl.drawSoftware (ViewRootImpl.java: 2346)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl.draw (ViewRootImpl.java: 2309)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl.performDraw (ViewRootImpl.java: 2177)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java: 1985)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java: 1135)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.ViewRootImpl $ TraversalRunnable.run (ViewRootImpl.java: 4636)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Choreographer $ CallbackRecord.run (Choreographer.java: 725)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Choreographer.doCallbacks (Choreographer.java: 555)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Choreographer.doFrame (Choreographer.java: 525)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.view.Choreographer $ FrameDisplayEventReceiver.run (Choreographer.java: 711)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.os.Handler.handleCallback (Handler.java: 615)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.os.Handler.dispatchMessage (Handler.java: 92)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.os.Looper.loop (Looper.java: 137)
08-09 15:56:22.879: E / ViewRootImpl (20103): at android.app.ActivityThread.main (ActivityThread.java: 4963)
08-09 15:56:22.879: E / ViewRootImpl (20103): at java.lang.reflect.Method.invokeNative (Native Method)
08-09 15:56:22.879: E / ViewRootImpl (20103): at java.lang.reflect.Method.invoke (Method.java: 511)
08-09 15:56:22.879: E / ViewRootImpl (20103): at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run (ZygoteInit.java: 1038)
08-09 15:56:22.879: E / ViewRootImpl (20103): at com.android.internal.os.ZygoteInit.main (ZygoteInit.java: 805)
08-09 15:56:22.879: E / ViewRootImpl (20103): at dalvik.system.NativeStart.main (Native Method)
08-09 15:56:23.009: E / SurfaceTextureClient (20103): dequeueBuffer failed (Invalid argument)
08-09 15:56:23.019: E / ViewRootImpl (20103): Could not lock surface
08-09 15:56:23.019: E / ViewRootImpl (20103): java.lang.IllegalArgumentException
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Surface.lockCanvasNative (Native Method)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Surface.lockCanvas (Surface.java: 88)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl.drawSoftware (ViewRootImpl.java: 2346)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl.draw (ViewRootImpl.java: 2309)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl.performDraw (ViewRootImpl.java: 2177)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java: 1985)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java: 1135)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.ViewRootImpl $ TraversalRunnable.run (ViewRootImpl.java: 4636)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Choreographer $ CallbackRecord.run (Choreographer.java: 725)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Choreographer.doCallbacks (Choreographer.java: 555)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Choreographer.doFrame (Choreographer.java: 525)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.view.Choreographer $ FrameDisplayEventReceiver.run (Choreographer.java: 711)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.os.Handler.handleCallback (Handler.java: 615)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.os.Handler.dispatchMessage (Handler.java: 92)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.os.Looper.loop (Looper.java: 137)
08-09 15:56:23.019: E / ViewRootImpl (20103): at android.app.ActivityThread.main (ActivityThread.java: 4963)
08-09 15:56:23.019: E / ViewRootImpl (20103): at java.lang.reflect.Method.invokeNative (Native Method)
08-09 15:56:23.019: E / ViewRootImpl (20103): at java.lang.reflect.Method.invoke (Method.java: 511)
08-09 15:56:23.019: E / ViewRootImpl (20103): at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run (ZygoteInit.java: 1038)
08-09 15:56:23.019: E / ViewRootImpl (20103): at com.android.internal.os.ZygoteInit.main (ZygoteInit.java: 805)
08-09 15:56:23.019: E / ViewRootImpl (20103): at dalvik.system.NativeStart.main (Native Method)
08-09 15:56:23.049: E / JavaBinder (20103):!!! FAILED BINDER TRANSACTION
!!!08-09 15:56:23.049: E / AndroidRuntime (20103): FATAL EXCEPTION: main
08-09 15:56:23.049: E / AndroidRuntime (20103): java.lang.RuntimeException: Adding window failed
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.ViewRootImpl.setView (ViewRootImpl.java: 689)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.WindowManagerImpl.addView (WindowManagerImpl.java: 356)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.WindowManagerImpl.addView (WindowManagerImpl.java: 234)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.WindowManagerImpl $ CompatModeWrapper.addView (WindowManagerImpl.java: 153)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.Window $ LocalWindowManager.addView (Window.java: 557)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.app.ActivityThread.handleResumeActivity (ActivityThread.java: 2706)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java: 2144)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.app.ActivityThread.access $ 700 (ActivityThread.java: 143)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.app.ActivityThread $ H.handleMessage (ActivityThread.java: 1241)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.os.Handler.dispatchMessage (Handler.java: 99)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.os.Looper.loop (Looper.java: 137)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.app.ActivityThread.main (ActivityThread.java: 4963)
08-09 15:56:23.049: E / AndroidRuntime (20103): at java.lang.reflect.Method.invokeNative (Native Method)
08-09 15:56:23.049: E / AndroidRuntime (20103): at java.lang.reflect.Method.invoke (Method.java: 511)
08-09 15:56:23.049: E / AndroidRuntime (20103): at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run (ZygoteInit.java: 1038)
08-09 15:56:23.049: E / AndroidRuntime (20103): at com.android.internal.os.ZygoteInit.main (ZygoteInit.java: 805)
08-09 15:56:23.049: E / AndroidRuntime (20103): at dalvik.system.NativeStart.main (Native Method)
08-09 15:56:23.049: E / AndroidRuntime (20103): Caused by: android.os.TransactionTooLargeException
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.os.BinderProxy.transact (Native Method)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.IWindowSession $ Stub $ Proxy.add (IWindowSession.java: 545)
08-09 15:56:23.049: E / AndroidRuntime (20103): at android.view.ViewRootImpl.setView (ViewRootImpl.java: 678)
08-09 15:56:23.049: E / AndroidRuntime (20103): ... 16 more
Reply:

Reply:
There are wood was ah? Partakers of ah, help look ...
Reply:
The landlord do I get this question on KK4.4 also encountered the same problem worry ah

No comments:

Post a Comment