Forum Discussion

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

Is there a way to attach gdb to debug my application on the oculus quest?

I'm using an android NativeActivity, so I need to debug my `libApp.so`.
I've used adb logcat, but because my program crashes essentially immediately, there isn't time to do much meaningful inspection. The backtrace it prints isn't symbolized, so that also isn't helpful.

I've looked into adbd, but I get the error "/system/bin/sh: adbd: not found", so I don't think that's a possibility.

3 Replies