Advertisement
Lucas_Malor

Cerberus with CM 11 error

Apr 6th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.04 KB | None | 0 0
  1. --------- beginning of /dev/log/system
  2. W/ActivityManager(  547): Permission Denial: Accessing service ComponentInfo{com.google.android.gms/com.google.android.gms.gcm.PushMessagingRegistrarProxy} from pid=2709, uid=10018 requires com.google.android.c2dm.permission.RECEIVE
  3. E/AndroidRuntime( 2709): FATAL EXCEPTION: main
  4. E/AndroidRuntime( 2709): Process: com.lsdroid.cerberuss, PID: 2709
  5. E/AndroidRuntime( 2709): java.lang.SecurityException: Not allowed to start service Intent { act=com.google.android.c2dm.intent.REGISTER (has extras) } without permission com.google.android.c2dm.permission.RECEIVE
  6. E/AndroidRuntime( 2709):    at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1542)
  7. E/AndroidRuntime( 2709):    at android.app.ContextImpl.startService(ContextImpl.java:1519)
  8. E/AndroidRuntime( 2709):    at android.content.ContextWrapper.startService(ContextWrapper.java:494)
  9. E/AndroidRuntime( 2709):    at o.แต‘.handleMessage(:76)
  10. E/AndroidRuntime( 2709):    at android.os.Handler.dispatchMessage(Handler.java:102)
  11. E/AndroidRuntime( 2709):    at android.os.Looper.loop(Looper.java:136)
  12. E/AndroidRuntime( 2709):    at android.app.ActivityThread.main(ActivityThread.java:5081)
  13. E/AndroidRuntime( 2709):    at java.lang.reflect.Method.invokeNative(Native Method)
  14. E/AndroidRuntime( 2709):    at java.lang.reflect.Method.invoke(Method.java:515)
  15. E/AndroidRuntime( 2709):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:781)
  16. E/AndroidRuntime( 2709):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
  17. E/AndroidRuntime( 2709):    at dalvik.system.NativeStart.main(Native Method)
  18. W/ActivityManager(  547):   Force finishing activity com.lsdroid.cerberuss/o.แตˆ
  19. W/ActivityManager(  547): Activity pause timeout for ActivityRecord{420e5630 u0 com.lsdroid.cerberuss/o.แตˆ t8 f}
  20. I/ActivityManager(  819): Timeline: Activity_idle id: android.os.BinderProxy@41d75ff0 time:669732
  21. I/ActivityManager(  547): Timeline: Activity_windows_visible id: ActivityRecord{4246c5b8 u0 com.cyanogenmod.trebuchet/com.android.launcher3.Launcher t1} time:670148
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement