Advertisement
botvn

log

May 11th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1.  
  2. 05/11 22:11:35: Launching MainActivity
  3. $ adb push D:\android game\MyApplication2\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.google.heroattack
  4. $ adb shell pm install -r "/data/local/tmp/com.google.heroattack"
  5. Success
  6.  
  7.  
  8. $ adb shell am start -n "com.google.heroattack/com.google.heroattack.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  9. Client not ready yet..Waiting for process to come online
  10. Waiting for process to come online
  11. Waiting for process to come online
  12. Waiting for process to come online
  13. Connected to process 1552 on device genymotion-samsung_galaxy_s8___7_0_0___api_24___1440x2960-192.168.53.102:5555
  14. W/System: ClassLoader referenced unknown path: /data/app/com.google.heroattack-1/lib/x86
  15. W/art: Suspending all threads took: 8.176ms
  16. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  17. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  18. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  19.  
  20. [ 05-11 11:11:37.230 1552: 1552 D/ ]
  21. HostConnection::get() New Host Connection established 0xd0d972d0, tid 1552
  22. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  23. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  24. D/MediaPlayer: setSubtitleAnchor in MediaPlayer
  25. D/libEGL: Emulator has host GPU support, qemu.gles is set to 1.
  26. E/libEGL: load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
  27. D/libEGL: loaded /system/lib/egl/libEGL_emulation.so
  28. D/libEGL: loaded /system/lib/egl/libGLESv1_CM_emulation.so
  29. D/libEGL: loaded /system/lib/egl/libGLESv2_emulation.so
  30.  
  31. [ 05-11 11:11:38.064 1552: 1619 D/ ]
  32. HostConnection::get() New Host Connection established 0xe3613630, tid 1619
  33. I/OpenGLRenderer: Initialized EGL, version 1.4
  34. D/OpenGLRenderer: Swap behavior 1
  35. I/Choreographer: Skipped 48 frames! The application may be doing too much work on its main thread.
  36. I/Choreographer: Skipped 117 frames! The application may be doing too much work on its main thread.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement