Debug your application

Watchdog

WaveVR uses a watchdog to monitor the runtime status. When a problem occurs and the runtime is blocked, watchdog will try to recover the runtime by finishing the activity. To use a debugger to debug a WaveVR app, the debuggable attribute of the APK must be set to true first for watchdog to be disabled in WaveVR.

Refer to the Android developer docs to learn how to set up the debuggable attribute of the APK to true.