Advertisement
MystMe

Untitled

Feb 4th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. 02/04 19:17:49: Launching app
  2. $ adb install-multiple -r -t -p com.example.mb.myapplication /home/dmitry/Code/Android_test/app/build/intermediates/split-apk/debug/slices/slice_6.apk
  3. Split APKs installed
  4. $ adb shell am start -n "com.example.mb.myapplication/com.example.mb.myapplication.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
  5. Client not ready yet..Waiting for process to come online
  6. Connected to process 10362 on device oneplus-oneplus_a3003-905c7779
  7. Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
  8. I/art: Late-enabling -Xcheck:jni
  9. W/System: ClassLoader referenced unknown path: /data/app/com.example.mb.myapplication-2/lib/arm64
  10. I/InstantRun: starting instant run server: is main process
  11. V/Font: Change font:1
  12. W/ResourceType: No package identifier when getting value for resource number 0x00000000
  13. D/NetworkSecurityConfig: No Network Security Config specified, using platform default
  14. I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
  15. W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
  16. V/BoostFramework: mAcquireFunc method = public int com.qualcomm.qti.Performance.perfLockAcquire(int,int[])
  17. V/BoostFramework: mReleaseFunc method = public int com.qualcomm.qti.Performance.perfLockRelease()
  18. V/BoostFramework: mAcquireTouchFunc method = public int com.qualcomm.qti.Performance.perfLockAcquireTouch(android.view.MotionEvent,android.util.DisplayMetrics,int,int[])
  19. V/BoostFramework: mIOPStart method = public int com.qualcomm.qti.Performance.perfIOPrefetchStart(int,java.lang.String)
  20. V/BoostFramework: mIOPStop method = public int com.qualcomm.qti.Performance.perfIOPrefetchStop()
  21. V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@a282fb5
  22. V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@ca3a64a
  23. V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@195a0f0
  24. V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@d5ed669
  25. D/AppTracker: App Event: start
  26. D/AppTracker: App Event: stop
  27. I/System.out: ERROR
  28. I/Adreno: QUALCOMM build : 853a1ff, I9c435c2712
  29. Build Date : 01/10/17
  30. OpenGL ES Shader Compiler Version: XE031.09.00.04
  31. Local Branch :
  32. Remote Branch :
  33. Remote Branch :
  34. Reconstruct Branch :
  35. I/OpenGLRenderer: Initialized EGL, version 1.4
  36. D/OpenGLRenderer: Swap behavior 1
  37. D/AppTracker: App Event: start
  38. W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
  39. D/AppTracker: App Event: stop
  40. D/AppTracker: App Event: start
  41. V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@fc2d72f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement