Advertisement
bigrushdog

Untitled

Oct 14th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. E/AndroidRuntime( 3826): FATAL EXCEPTION: main
  2. E/AndroidRuntime( 3826): java.lang.IllegalArgumentException: View not attached to window manager
  3. E/AndroidRuntime( 3826):    at android.view.WindowManagerImpl.findViewLocked(WindowManagerImpl.java:653)
  4. E/AndroidRuntime( 3826):    at android.view.WindowManagerImpl.updateViewLayout(WindowManagerImpl.java:340)
  5. E/AndroidRuntime( 3826):    at com.android.systemui.statusbar.phone.NavigationBarView.setSlippery(NavigationBarView.java:267)
  6. E/AndroidRuntime( 3826):    at com.android.systemui.statusbar.phone.PhoneStatusBar.performCollapse(PhoneStatusBar.java:1401)
  7. E/AndroidRuntime( 3826):    at com.android.systemui.statusbar.phone.PhoneStatusBar.doAnimation(PhoneStatusBar.java:1462)
  8. E/AndroidRuntime( 3826):    at com.android.systemui.statusbar.phone.PhoneStatusBar$17.run(PhoneStatusBar.java:1259)
  9. E/AndroidRuntime( 3826):    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
  10. E/AndroidRuntime( 3826):    at android.view.Choreographer.doCallbacks(Choreographer.java:555)
  11. E/AndroidRuntime( 3826):    at android.view.Choreographer.doFrame(Choreographer.java:524)
  12. E/AndroidRuntime( 3826):    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
  13. E/AndroidRuntime( 3826):    at android.os.Handler.handleCallback(Handler.java:615)
  14. E/AndroidRuntime( 3826):    at android.os.Handler.dispatchMessage(Handler.java:92)
  15. E/AndroidRuntime( 3826):    at android.os.Looper.loop(Looper.java:137)
  16. E/AndroidRuntime( 3826):    at android.app.ActivityThread.main(ActivityThread.java:4896)
  17. E/AndroidRuntime( 3826):    at java.lang.reflect.Method.invokeNative(Native Method)
  18. E/AndroidRuntime( 3826):    at java.lang.reflect.Method.invoke(Method.java:511)
  19. E/AndroidRuntime( 3826):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788)
  20. E/AndroidRuntime( 3826):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
  21. E/AndroidRuntime( 3826):    at dalvik.system.NativeStart.main(Native Method)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement