Advertisement
Guest User

Untitled

a guest
Nov 27th, 2021
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. 11-27 17:33:25.391 19561 19561 V SystemUIService: SystemUIApplication constructed.
  2. 11-27 17:33:25.396 19561 19561 D AndroidRuntime: Shutting down VM
  3. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: FATAL EXCEPTION: main
  4. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: Process: com.android.systemui, PID: 19561
  5. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.systemui.keyguard.KeyguardSliceProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.systemui.keyguard.KeyguardSliceProvider" on path: DexPathList[[zip file "/system_ext/priv-app/SystemUI/SystemUI.apk"],nativeLibraryDirectories=[/system_ext/priv-app/SystemUI/lib/arm64, /system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]]
  6. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7251)
  7. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6787)
  8. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6704)
  9. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.access$1300(ActivityThread.java:237)
  10. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
  11. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
  12. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.os.Looper.loop(Looper.java:223)
  13. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7664)
  14. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  15. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
  16. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
  17. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.systemui.keyguard.KeyguardSliceProvider" on path: DexPathList[[zip file "/system_ext/priv-app/SystemUI/SystemUI.apk"],nativeLibraryDirectories=[/system_ext/priv-app/SystemUI/lib/arm64, /system/lib64, /system_ext/lib64, /system/lib64, /system_ext/lib64]]
  18. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:207)
  19. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
  20. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
  21. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.AppComponentFactory.instantiateProvider(AppComponentFactory.java:147)
  22. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at androidx.core.app.CoreComponentFactory.instantiateProvider(CoreComponentFactory.java:60)
  23. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:7235)
  24. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: ... 10 more
  25. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: Suppressed: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/omnirom/omni/OmniJawsClient$OmniJawsObserver;
  26. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.VMClassLoader.findLoadedClass(Native Method)
  27. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738)
  28. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
  29. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: ... 14 more
  30. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: org.omnirom.omni.OmniJawsClient$OmniJawsObserver
  31. 11-27 17:33:25.396 19561 19561 E AndroidRuntime: ... 17 more
  32. 11-27 17:33:25.398 1326 1936 W ActivityManager: Process com.android.systemui has crashed too many times: killing!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement