Jump to content

Recommended Posts

Posted (edited)

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
Posted

@somshekar

To start Logcat:

  • Type  adb logcat
  • To stop the logcat, press Control and C at same time.

 To save the Logcat content to a file, type the following command

  • adb logcat > filename.txt
  • This will save the logcat to “filename.txt”. You can name "filename" whatever you wish. 

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...