Guest User

Untitled

a guest
Feb 15th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. --------- beginning of crash
  2. 02-15 13:04:01.741 1222 1222 E AndroidRuntime: FATAL EXCEPTION: main
  3. 02-15 13:04:01.741 1222 1222 E AndroidRuntime: Process: com.android.systemui, PID: 1222
  4. 02-15 13:04:01.741 1222 1222 E AndroidRuntime: java.lang.RuntimeException: Unable to get provider com.android.systemui.keyguard.KeyguardSliceProvider: java.lang.SecurityException: Missing or invalid weather permission: org.pixelexperience.weather.client.READ_WEATHER: Neither user 10004 nor current process has org.pixelexperience.weather.client.READ_WEATHER.
  5. 02-15 13:04:01.741 1222 1222 E AndroidRuntime: at android.app.ActivityThread.installProvider(ActivityThread.java:6445)
  6.  
  7. $ adb shell dmesg > dmesg.txt
  8. $ adb shell logcat -d > logcat.txt
  9. $ adb shell cat /proc/cpuinfo > cpuinfo.txt
  10. $ adb shell getprop > prop.txt
  11. $ adb pull /proc/config.gz
Add Comment
Please, Sign In to add comment