-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.OutOfMemoryError on some devices. #2
Comments
Thank you for raising the issue, can you elaborate a little on how you're using the showcase view in your application. Should I assume you're using a custom image on one of the overlays? |
Thanks for your answer : I've only used "rounded rectangle" showcase views a single "no focus" showcase view. No custom image has been used on one of the overlays. Rounded rectangle views : I use a boolean ("hasTuto") to define whether showcase view should be displayed or not once a button or textView has been touched. Their event handlers are similar and look like this :
Tuto function being :
No focus view : This view is used on any listView item click :
Tuto function being here :
|
Bear with me, I'll recreate the above in the sample application and get back to you as soon as I am able. |
Describe the bug
While uploading an app to Android Play Store, Pre-launch report found crashes on 3 devices (over 11 tested). The logcat of 2 of the errors include a reference to this library.
Logcat :
java.lang.OutOfMemoryError 1
java.lang.OutOfMemoryError 2
And just in case, the 3rd error in case it is linked with the previous ones :
java.lang.NoSuchFieldError
Smartphone :
OOM1
OOM2
NoSuchFieldError
The text was updated successfully, but these errors were encountered: