Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. 2019-04-24 00:03:58.790 10433-10433/? I/om.azurah.vide: Not late-enabling -Xcheck:jni (already on)
  2. 2019-04-24 00:03:58.823 10433-10433/? W/om.azurah.vide: Unexpected CPU variant for X86 using defaults: x86
  3. 2019-04-24 00:03:59.158 10433-10433/com.azurah.video W/om.azurah.vide: JIT profile information will not be recorded: profile file does not exits.
  4. 2019-04-24 00:03:59.160 10433-10433/com.azurah.video I/chatty: uid=10086(com.azurah.video) identical 10 lines
  5. 2019-04-24 00:03:59.161 10433-10433/com.azurah.video W/om.azurah.vide: JIT profile information will not be recorded: profile file does not exits.
  6. 2019-04-24 00:03:59.186 10433-10433/com.azurah.video I/InstantRun: starting instant run server: is main process
  7. 2019-04-24 00:03:59.549 10433-10433/com.azurah.video W/om.azurah.vide: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
  8. 2019-04-24 00:03:59.549 10433-10433/com.azurah.video W/om.azurah.vide: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
  9. 2019-04-24 00:03:59.698 10433-10455/com.azurah.video D/NetworkSecurityConfig: No Network Security Config specified, using platform default
  10. 2019-04-24 00:03:59.710 10433-10455/com.azurah.video W/System.err: java.io.IOException: Cleartext HTTP traffic to localhost not permitted
  11. 2019-04-24 00:03:59.714 10433-10455/com.azurah.video W/System.err: at com.android.okhttp.HttpHandler$CleartextURLFilter.checkURLPermitted(HttpHandler.java:115)
  12. 2019-04-24 00:03:59.718 10433-10455/com.azurah.video W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:458)
  13. 2019-04-24 00:03:59.718 10433-10455/com.azurah.video W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:407)
  14. 2019-04-24 00:03:59.719 10433-10455/com.azurah.video W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:244)
  15. 2019-04-24 00:03:59.719 10433-10455/com.azurah.video W/System.err: at com.azurah.video.service.HTTPService.doInBackground(HTTPService.java:21)
  16. 2019-04-24 00:03:59.720 10433-10455/com.azurah.video W/System.err: at com.azurah.video.service.HTTPService.doInBackground(HTTPService.java:15)
  17. 2019-04-24 00:03:59.720 10433-10455/com.azurah.video W/System.err: at android.os.AsyncTask$2.call(AsyncTask.java:333)
  18. 2019-04-24 00:03:59.720 10433-10455/com.azurah.video W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  19. 2019-04-24 00:03:59.721 10433-10455/com.azurah.video W/System.err: at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
  20. 2019-04-24 00:03:59.721 10433-10455/com.azurah.video W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  21. 2019-04-24 00:03:59.722 10433-10455/com.azurah.video W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  22. 2019-04-24 00:03:59.722 10433-10455/com.azurah.video W/System.err: at java.lang.Thread.run(Thread.java:764)
  23. 2019-04-24 00:03:59.723 10433-10433/com.azurah.video I/System.out: null
  24. 2019-04-24 00:03:59.724 10433-10433/com.azurah.video D/AndroidRuntime: Shutting down VM
  25. 2019-04-24 00:03:59.732 10433-10433/com.azurah.video E/AndroidRuntime: FATAL EXCEPTION: main
  26. Process: com.azurah.video, PID: 10433
  27. java.lang.RuntimeException: Unable to start activity ComponentInfo{com.azurah.video/com.azurah.video.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.azurah.video.model.Secret.getSessionId()' on a null object reference
  28. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2913)
  29. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048)
  30. at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
  31. at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
  32. at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
  33. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808)
  34. at android.os.Handler.dispatchMessage(Handler.java:106)
  35. at android.os.Looper.loop(Looper.java:193)
  36. at android.app.ActivityThread.main(ActivityThread.java:6669)
  37. at java.lang.reflect.Method.invoke(Native Method)
  38. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  39. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
  40. Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.azurah.video.model.Secret.getSessionId()' on a null object reference
  41. at com.azurah.video.MainActivity.onCreate(MainActivity.java:19)
  42. at android.app.Activity.performCreate(Activity.java:7136)
  43. at android.app.Activity.performCreate(Activity.java:7127)
  44. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
  45. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2893)
  46. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048) 
  47. at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) 
  48. at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) 
  49. at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) 
  50. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808) 
  51. at android.os.Handler.dispatchMessage(Handler.java:106) 
  52. at android.os.Looper.loop(Looper.java:193) 
  53. at android.app.ActivityThread.main(ActivityThread.java:6669) 
  54. at java.lang.reflect.Method.invoke(Native Method) 
  55. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 
  56. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement