Advertisement
arter97

Untitled

Feb 26th, 2020
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: FATAL EXCEPTION: main
  2. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: Process: com.google.android.setupwizard, PID: 5054
  3. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: java.lang.RuntimeException: Unable to create application com.google.android.setupwizard.SetupWizardApplication: java.lang.SecurityException: WifiService: Permission denied
  4. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6484)
  5. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.ActivityThread.access$1300(ActivityThread.java:220)
  6. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1860)
  7. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
  8. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
  9. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7397)
  10. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  11. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
  12. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:920)
  13. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: Caused by: java.lang.SecurityException: WifiService: Permission denied
  14. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2071)
  15. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2039)
  16. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:1987)
  17. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.net.wifi.IWifiManager$Stub$Proxy.getAllMatchingFqdnsForScanResults(IWifiManager.java:2304)
  18. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.net.wifi.WifiManager.getAllMatchingWifiConfigs(WifiManager.java:1340)
  19. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at mc.a(PG:146)
  20. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at mc.d(PG:50)
  21. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at mc.b(PG:79)
  22. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at ate.a(PG:36)
  23. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at aqz.a(PG:31)
  24. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at com.google.android.setupwizard.SetupWizardApplication.onCreate(PG:11)
  25. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1190)
  26. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6479)
  27. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: ... 8 more
  28. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: Caused by: android.os.RemoteException: Remote stack trace:
  29. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at com.android.server.wifi.WifiServiceImpl.getAllMatchingFqdnsForScanResults(WifiServiceImpl.java:2215)
  30. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.net.wifi.IWifiManager$Stub.onTransact(IWifiManager.java:984)
  31. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Binder.execTransactInternal(Binder.java:1021)
  32. 02-26 22:31:47.942 5054 5054 E AndroidRuntime: at android.os.Binder.execTransact(Binder.java:994)
  33. 02-26 22:31:47.942 5054 5054 E AndroidRuntime:
  34. 02-26 22:31:47.943 1250 2570 W ActivityTaskManager: Force finishing activity com.google.android.setupwizard/.SetupWizardActivity
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement