Forum Discussion

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

High crash rate of GameActivity onPauseNative

In my app available on the store, data analysis has frequently shown the occurrence of this crash issue:
1. Crash Type: App Not Responsive
   Crash Reason: oculus:android_anr:com.google.androidgamesdk.GameActivity.onPauseNative
2. Crash Type: App Not Responsive
   Crash Reason:oculus:android_anr:com.google.androidgamesdk.GameActivity.onSurfaceDestroyedNative

I suspect the issue occurs during user IAP (In-App Purchase) because I occasionally experience a crash when canceling a purchase.

1 Reply

  • Did you find a resolution to this? I have the same issue in my Quest VR game: crashes reported due to:

    oculus:android_anr:com.google.androidgamesdk.GameActivity.onPauseNative
    or
    oculus:android_anr:com.google.androidgamesdk.GameActivity.onResumeNative

    I do not use IAP. There doesn't appear to be any other information about where in the software the crash is happening.

    DC