Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. --------- beginning of crash
  2. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: FATAL EXCEPTION: main
  3. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: Process: com.android.settings, PID: 5223
  4. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: Theme: themes:{}
  5. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.aicp.ActionPickerDialogActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x7f0a0080
  6. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2462)
  7. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2522)
  8. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread.-wrap11(ActivityThread.java)
  9. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1363)
  10. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  11. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)
  12. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5475)
  13. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  14. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
  15. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
  16. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x7f0a0080
  17. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.content.res.Resources.getText(Resources.java:336)
  18. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.content.res.Resources.getString(Resources.java:424)
  19. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.DUActionUtils.getValue(DUActionUtils.java:389)
  20. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.DUActionUtils.getString(DUActionUtils.java:421)
  21. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.DUActionUtils.getFriendlyNameForUri(DUActionUtils.java:507)
  22. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.Config$ActionConfig.<init>(Config.java:405)
  23. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.ActionHandler$SystemAction.create(ActionHandler.java:182)
  24. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.ActionHandler$SystemAction.-wrap0(ActionHandler.java)
  25. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.internal.utils.du.ActionHandler.getSystemActions(ActionHandler.java:242)
  26. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.settings.aicp.widget.CustomActionListAdapter.reloadActions(CustomActionListAdapter.java:52)
  27. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.settings.aicp.widget.CustomActionListAdapter.<init>(CustomActionListAdapter.java:47)
  28. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at com.android.settings.aicp.ActionPickerDialogActivity.onCreate(ActionPickerDialogActivity.java:48)
  29. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7125)
  30. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
  31. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2415)
  32. 07-23 20:50:41.718 5223 5223 E AndroidRuntime: ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement