-
Notifications
You must be signed in to change notification settings - Fork 177
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
Application not responding when we switch to Android App bundle #49
Comments
We are seeing the same thing since releasing our app as an App Bundle. Is this being looked into? |
We also release our react native app as an App Bundle and are seeing this too. |
The provided excerpt appears to be a stack trace from a Java/Android application, indicating an issue related to file synchronization (fsync) during the initialization of the Fresco library, used for image loading on Android. |
The fsync function is associated with synchronizing data to disk, ensuring that modifications to files are reflected in physical storage. However, an error occurred during this operation, as evidenced by the stack trace. |
Points of investigation include checking the file and directory permissions of the application, ensuring available space on the device, and considering the integrity of the storage. It's also crucial to ensure compatibility between the version of Fresco, the Android version, and other libraries in the project. |
If the issue persists, it may be helpful to seek specific information about this problem on the Fresco or Android developer forums. Sharing the problem in these communities can provide valuable insights from other developers who may have encountered and resolved similar issues. Additionally, considering library and operating system updates could be an approach to either solve or work around the problem. |
We are using v0.6.0 and seeing a lot of ANRs from Google Play console:
Interestingly, we found that every time we released a new version, ANRs went up and then went down:
This issue only occurs when we switch to Android App Bundle, is this a compatibility issue?
The text was updated successfully, but these errors were encountered: