You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After I created a payment intent, then the app threw the error below and crashed.
OutOfMemoryError: Failed to allocate a 24 byte allocation with 877008 free bytes and 856KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
the top error stack is: com.stripe.bbpos.bbdevice.ota.l in run at line 1
To Reproduce
It happened only once, and I cannot reproduce it so far, but I still keep watching on it.
Expected behavior
It should be going to the next step for collecting payment.
Screenshots
Smartphone (please complete the following information):
Device: SM-X900
Android: Android 14
React-Native: 0.73.7
stripe-terminal-react-native: 0.0.1-beta.23
The text was updated successfully, but these errors were encountered:
Describe the bug
After I created a payment intent, then the app threw the error below and crashed.
OutOfMemoryError: Failed to allocate a 24 byte allocation with 877008 free bytes and 856KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
the top error stack is:
com.stripe.bbpos.bbdevice.ota.l in run at line 1
To Reproduce
It happened only once, and I cannot reproduce it so far, but I still keep watching on it.
Expected behavior
It should be going to the next step for collecting payment.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: