Jump to content

Unity log missing on HTC Vive focus plus


somshekar

Recommended Posts

I'm not able to get any of Debug.Log messages from the device. When I run following command 'adb logcat -d > logcat.txt' I get all the logs except Unity logs. I have also tried 'WVR_Log.Log.d' but still no log messages. How can I log the messages?

Edited by somshekar
Link to comment
Share on other sites

8 hours ago, somshekar said:

Thank you, I have tried this still there is not log from Unity.

Please enable the flag by this command, then the log you need should show up in adb logcat.
May have to enable it every time you reboot the device. 

Let us know if it is working out for you. Thanks 

Quote

adb shell setprop log.tag.Unity DEBUG

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...