linuxman94

crash

Dec 14th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: Process: com.android.systemui, PID: 32264
  2.  
  3. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?
  4.  
  5. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.app.ContextImpl.startActivity(ContextImpl.java:1034)
  6.  
  7. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.app.ContextImpl.startActivity(ContextImpl.java:1021)
  8.  
  9. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.content.ContextWrapper.startActivity(ContextWrapper.java:311)
  10.  
  11. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at com.android.systemui.statusbar.phone.QuickSettings$25.onClick(QuickSettings.java:769)
  12.  
  13. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.view.View.performClick(View.java:4438)
  14.  
  15. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.view.View$PerformClick.run(View.java:18422)
  16.  
  17. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:733)
  18.  
  19. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)
  20.  
  21. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.os.Looper.loop(Looper.java:136)
  22.  
  23. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5017)
  24.  
  25. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  26.  
  27. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
  28.  
  29. 12-14 10:57:15.147 32264 32264 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
Advertisement
Add Comment
Please, Sign In to add comment