Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Debugging

polygraphene edited this page Jun 28, 2018 · 7 revisions

How to enable driver log output

  1. Open "Debug" tab on ALVR.exe
  2. Check "DebugLog" and restart server
  3. Then you get driver.log file in (Install path)\ALVR\driver

How to get logcat

  1. Connect your headset to PC with USB cable
  2. Open Command Prompt
  3. Put adb logcat -d > logcat.txt

Clone this wiki locally