ViveInputUtility-Unity icon indicating copy to clipboard operation
ViveInputUtility-Unity copied to clipboard

HTC Vive Focus - No logs

Open Artemu25 opened this issue 7 years ago • 2 comments

Hello! Trying to build .apk on HTC Vive Focus and everything is fine except the fact that it doesn't print logs from Debug.Log() function.

Artemu25 avatar Sep 28 '18 17:09 Artemu25

By default, VIVE Focus disabled the debug log, please try following command to enable it. adb shell setprop log.tag.Unity DEBUG

chengnay avatar Oct 03 '18 05:10 chengnay

Open up WaveVR_Log.cs, and make its class public. After that just call WaveVR_Log.Log.d({tag}, {message}) to replace Debug.Log

hsinpa avatar Oct 30 '18 08:10 hsinpa