Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
tpg_sabibo00_qu's avatar
6 years ago

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

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

  • 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 !