Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------- beginning of crash
- E/AndroidRuntime( 2238): FATAL EXCEPTION: main
- E/AndroidRuntime( 2238): Process: com.android.systemui, PID: 2238
- E/AndroidRuntime( 2238): java.lang.IllegalStateException: View com.android.systemui.statusbar.policy.HeadsUpNotificationView{3e41cad6 G.E..... ......I. 0,0-720,500} has already been added to the window manager.
- E/AndroidRuntime( 2238): at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:253)
- E/AndroidRuntime( 2238): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:85)
- E/AndroidRuntime( 2238): at com.android.systemui.statusbar.phone.PhoneStatusBar.addHeadsUpView(PhoneStatusBar.java:1700)
- E/AndroidRuntime( 2238): at com.android.systemui.statusbar.phone.PhoneStatusBar.access$2900(PhoneStatusBar.java:215)
- E/AndroidRuntime( 2238): at com.android.systemui.statusbar.phone.PhoneStatusBar$3.onChange(PhoneStatusBar.java:685)
- E/AndroidRuntime( 2238): at com.android.systemui.statusbar.phone.PhoneStatusBar.disable(PhoneStatusBar.java:2561)
- E/AndroidRuntime( 2238): at com.android.systemui.statusbar.CommandQueue$H.handleMessage(CommandQueue.java:302)
- E/AndroidRuntime( 2238): at android.os.Handler.dispatchMessage(Handler.java:102)
- E/AndroidRuntime( 2238): at android.os.Looper.loop(Looper.java:135)
- E/AndroidRuntime( 2238): at android.app.ActivityThread.main(ActivityThread.java:5289)
- E/AndroidRuntime( 2238): at java.lang.reflect.Method.invoke(Native Method)
- E/AndroidRuntime( 2238): at java.lang.reflect.Method.invoke(Method.java:372)
- E/AndroidRuntime( 2238): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
- E/AndroidRuntime( 2238): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement