Advertisement
idoybh2

Untitled

Dec 28th, 2019
2,403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 12-28 15:35:11.811  9598  9598 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  2. 12-28 15:35:11.811  9598  9598 E AndroidRuntime: java.lang.RuntimeException: failed to set system property
  3. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at android.os.SystemProperties.native_set(Native Method)
  4. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at android.os.SystemProperties.set(SystemProperties.java:196)
  5. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at android.os.Build.ensureFingerprintProperty(Build.java:1077)
  6. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at com.android.server.SystemServer.run(SystemServer.java:469)
  7. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at com.android.server.SystemServer.main(SystemServer.java:368)
  8. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
  9. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  10. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:908)
  11. 12-28 15:35:11.811  9598  9598 E AndroidRuntime: Error reporting crash
  12. 12-28 15:35:11.811  9598  9598 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke interface method 'void android.app.IActivityManager.handleApplicationCrash(android.os.IBinder, android.app.ApplicationErrorReport$ParcelableCrashInfo)' on a null object reference
  13. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$KillApplicationHandler.uncaughtException(RuntimeInit.java:147)
  14. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)
  15. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1068)
  16. 12-28 15:35:11.811  9598  9598 E AndroidRuntime:    at java.lang.Thread.dispatchUncaughtException(Thread.java:2187)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement