Advertisement
Guest User

Untitled

a guest
Jun 13th, 2019
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1.  
  2. 06/13 11:21:54: Launching app
  3. $ adb install-multiple -r -t -p com.example.androidwebsocket C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\dep\dependencies.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_2.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_1.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_0.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_4.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_3.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_5.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_6.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_7.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_8.apk C:\ProjetosYami\android-websocket\app\build\intermediates\split-apk\debug\slices\slice_9.apk C:\ProjetosYami\android-websocket\app\build\intermediates\instant-run-apk\debug\app-debug.apk
  4. Split APKs installed in 1 s 556 ms
  5. $ adb shell am start -n "com.example.androidwebsocket/com.example.androidwebsocket.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
  6. Waiting for application to come online: com.example.androidwebsocket | com.example.androidwebsocket.test
  7. Waiting for application to come online: com.example.androidwebsocket | com.example.androidwebsocket.test
  8. Connecting to com.example.androidwebsocket
  9. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  10. W/ActivityThread: Application com.example.androidwebsocket is waiting for the debugger on port 8100...
  11. I/System.out: Sending WAIT chunk
  12. Connected to the target VM, address: 'localhost:8617', transport: 'socket'
  13. I/System.out: Debugger has connected
  14. I/System.out: waiting for debugger to settle...
  15. I/System.out: waiting for debugger to settle...
  16. I/chatty: uid=10134(com.example.androidwebsocket) identical 2 lines
  17. I/System.out: waiting for debugger to settle...
  18. I/System.out: waiting for debugger to settle...
  19. I/System.out: waiting for debugger to settle...
  20. I/System.out: debugger has settled (1394)
  21. W/ndroidwebsocke: JIT profile information will not be recorded: profile file does not exits.
  22. I/chatty: uid=10134(com.example.androidwebsocket) identical 10 lines
  23. W/ndroidwebsocke: JIT profile information will not be recorded: profile file does not exits.
  24. I/InstantRun: starting instant run server: is main process
  25. W/ndroidwebsocke: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
  26. Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
  27. W/System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  28. W/System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation
  29. W/System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  30. W/System.err: java.net.SocketException: socket failed: EPERM (Operation not permitted)
  31. at java.net.Socket.createImpl(Socket.java:492)
  32. W/System.err: at java.net.Socket.getImpl(Socket.java:552)
  33. at java.net.Socket.setTcpNoDelay(Socket.java:1012)
  34. W/System.err: at com.rabbitmq.client.SocketConfigurators.lambda$static$0(SocketConfigurators.java:34)
  35. W/System.err: at com.rabbitmq.client.-$$Lambda$SocketConfigurators$2-VvRr8S5dGJ6SYy7VAQ_tr3N7k.configure(Unknown Source:0)
  36. W/System.err: at com.rabbitmq.client.impl.SocketFrameHandlerFactory.create(SocketFrameHandlerFactory.java:59)
  37. W/System.err: at com.rabbitmq.client.impl.recovery.RecoveryAwareAMQConnectionFactory.newConnection(RecoveryAwareAMQConnectionFactory.java:62)
  38. W/System.err: at com.rabbitmq.client.impl.recovery.AutorecoveringConnection.init(AutorecoveringConnection.java:156)
  39. at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1106)
  40. W/System.err: at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1063)
  41. W/System.err: at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1021)
  42. W/System.err: at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1182)
  43. W/System.err: at com.example.androidwebsocket.MainActivity$1.run(MainActivity.java:106)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement