Skip to content

How to generate an adb log

vbier edited this page Sep 1, 2019 · 4 revisions

Generate an adb log using the following steps:

On Windows: windows + r > enter cmd > click enter On Linux: You don't know how to open a terminal? LOL On Mac: Type Terminal into Spotlight and open it

  • CD to the directory where the adb executable is located.

On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select Open Console (or similar) On Linux / Mac: Right-click in the directory and select Open Terminal here (or simply CD into the directory)

  • Type in your cmd/terminal: adb devices to verify your device is properly connected.
  • If your device is properly detected, type in adb logcat -v threadtime to show the android log.
  • Clear the terminal window so it is empty
  • Start HPV and reproduce the problem on your device
  • Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ or save it to a file, zip it and send it via github private message