Guest User

Untitled

a guest
Feb 19th, 2019
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1.  
  2. 02/19 18:56:54: Launching app
  3. $ adb install-multiple -r -t C:\Users\I\Desktop\IO\app\build\intermediates\resources\instant-run\debug\resources-debug.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\dep\dependencies.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_2.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_0.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_3.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_1.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_6.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_5.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_4.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_9.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_7.apk C:\Users\I\Desktop\IO\app\build\intermediates\split-apk\debug\slices\slice_8.apk C:\Users\I\Desktop\IO\app\build\intermediates\instant-run-apk\debug\app-debug.apk
  4. Split APKs installed in 2 s 303 ms
  5. $ adb shell am start -n "com.example.io/com.example.io.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  6. Client not ready yet..Waiting for process to come online
  7. Connected to process 29413 on device Nexus_5_API_28 [emulator-5554]
  8. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  9. W/com.example.io: JIT profile information will not be recorded: profile file does not exits.
  10. I/chatty: uid=10087(com.example.io) identical 10 lines
  11. W/com.example.io: JIT profile information will not be recorded: profile file does not exits.
  12. I/InstantRun: starting instant run server: is main process
  13. W/com.example.io: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
  14. W/com.example.io: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
  15. D/OpenGLRenderer: HWUI GL Pipeline
  16. D/: HostConnection::get() New Host Connection established 0xf0dcd840, tid 29461
  17. I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
  18. android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
  19. I/OpenGLRenderer: Initialized EGL, version 1.4
  20. D/OpenGLRenderer: Swap behavior 1
  21. W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
  22. D/OpenGLRenderer: Swap behavior 0
  23. D/EGL_emulation: eglCreateContext: 0xec48ce80: maj 2 min 0 rcv 2
  24. D/EGL_emulation: eglMakeCurrent: 0xec48ce80: ver 2 0 (tinfo 0xec3a7620)
  25. D/EGL_emulation: eglMakeCurrent: 0xec48ce80: ver 2 0 (tinfo 0xec3a7620)
  26. I/AssistStructure: Flattened final assist data: 2764 bytes, containing 1 windows, 10 views
  27. I/AssistStructure: Flattened final assist data: 2764 bytes, containing 1 windows, 10 views
  28. W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3703864
  29. W/System.err: org.json.JSONException: End of input at character 0 of
  30. at org.json.JSONTokener.syntaxError(JSONTokener.java:449)
  31. at org.json.JSONTokener.nextValue(JSONTokener.java:97)
  32. at org.json.JSONObject.<init>(JSONObject.java:159)
  33. W/System.err: at org.json.JSONObject.<init>(JSONObject.java:176)
  34. at com.example.io.Output.onCreate(Output.java:85)
  35. at android.app.Activity.performCreate(Activity.java:7136)
  36. at android.app.Activity.performCreate(Activity.java:7127)
  37. at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271)
  38. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2893)
  39. at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048)
  40. W/System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
  41. at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
  42. at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
  43. at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808)
  44. at android.os.Handler.dispatchMessage(Handler.java:106)
  45. at android.os.Looper.loop(Looper.java:193)
  46. at android.app.ActivityThread.main(ActivityThread.java:6669)
  47. W/System.err: at java.lang.reflect.Method.invoke(Native Method)
  48. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  49. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
  50. I/System.out: End of input at character 0 of
  51. D/EGL_emulation: eglMakeCurrent: 0xec48ce80: ver 2 0 (tinfo 0xec3a7620)
  52. D/EGL_emulation: eglMakeCurrent: 0xec48ce80: ver 2 0 (tinfo 0xec3a7620)
  53. D/EGL_emulation: eglMakeCurrent: 0xec48ce80: ver 2 0 (tinfo 0xec3a7620)
Advertisement
Add Comment
Please, Sign In to add comment