Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  2. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: java.lang.RuntimeException: Failed to create service com.android.server.inputmethod.InputMethodManagerService$Lifecycle: service constructor threw an exception
  3. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:112)
  4. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1155)
  5. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.SystemServer.run(SystemServer.java:538)
  6. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.SystemServer.main(SystemServer.java:361)
  7. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  8. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
  9. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:908)
  10. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
  11. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance0(Native Method)
  12. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
  13. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:101)
  14. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: ... 6 more
  15. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: Caused by: java.lang.IllegalStateException: Cannot access system provider: 'settings' before system providers are installed!
  16. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.am.ActivityManagerService.getContentProviderImpl(ActivityManagerService.java:6957)
  17. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.am.ActivityManagerService.getContentProvider(ActivityManagerService.java:7258)
  18. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.app.ActivityThread.acquireProvider(ActivityThread.java:6561)
  19. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(ContextImpl.java:2706)
  20. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.content.ContentResolver.acquireProvider(ContentResolver.java:2101)
  21. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.provider.Settings$ContentProviderHolder.getProvider(Settings.java:2235)
  22. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.provider.Settings$NameValueCache.getStringForUser(Settings.java:2330)
  23. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at android.provider.Settings$Secure.getStringForUser(Settings.java:5854)
  24. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodUtils$InputMethodSettings.getString(InputMethodUtils.java:857)
  25. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsStr(InputMethodUtils.java:1023)
  26. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodsAndSubtypeListLocked(InputMethodUtils.java:945)
  27. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodUtils$InputMethodSettings.getEnabledInputMethodListLocked(InputMethodUtils.java:906)
  28. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList.getSortedInputMethodAndSubtypeList(InputMethodSubtypeSwitchingController.java:186)
  29. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodSubtypeSwitchingController.resetCircularListLocked(InputMethodSubtypeSwitchingController.java:515)
  30. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodSubtypeSwitchingController.<init>(InputMethodSubtypeSwitchingController.java:494)
  31. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodSubtypeSwitchingController.createInstanceLocked(InputMethodSubtypeSwitchingController.java:499)
  32. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodManagerService.<init>(InputMethodManagerService.java:1513)
  33. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: at com.android.server.inputmethod.InputMethodManagerService$Lifecycle.<init>(InputMethodManagerService.java:1389)
  34. 12-15 15:23:38.974 1312 1312 E AndroidRuntime: ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement