cancel
Showing results for 
Search instead for 
Did you mean: 

How do you debug on the Quest (Unreal) or get crash logs at least?

tpg_sabibo00_qu
Protege
I saw this online and tried it, but it didn't do anything:

del \AndroidLog\android_log.txt
adb logcat -c
adb logcat -s Unity:D > \AndroidLog\android_log.txt


2 REPLIES 2

Corysia
Expert Protege
If you're using Unreal, you shouldn't be filtering on "Unity".  https://developer.android.com/studio/command-line/logcat

AGTDigital
Explorer
In the same way, you can use the monitor.bat from the Android SDK (../AndroidSDK/tools/monitor.bat).

In your debug messages, add an ID like "[DebugOculus] The message".

In the upper left window called "Devices" select your device. Below, select "Logcat" and in the search bar, type your ID (for example here [DebugOculus]).


Hope it will help !