-
Notifications
You must be signed in to change notification settings - Fork 52
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
Splash screen freeze #15
Comments
Please attach logs for debugging |
This log error 2022-07-14 14:12:43.947 30339-30339/? E/tatusdownloade: Unknown bits set in runtime_flags: 0x8000 |
Any other logs available? |
Nothing, only that log shows up, I've been trying to find another error log. but no. In "Run" also not found error log |
This full log by "Logcat Verbose" from opening applications, granting storage access, until the application stops only on the Splash screen 2022-07-14 14:29:10.084 31930-31930/a.gautham.statusdownloader V/PhoneWindow: DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@49f09ad, this = DecorView@57804e2[SplashActivity] |
It's because the app is using DocumentFile data type to access statuses in directories. This DocumentFile data type is too big, and it's being called multiple times for multiple statuses. |
Version 4.7 tested on Xiaomi android 10, after granting ".Statuses" storage access, app freezes on splash screen layout
Please fix
The text was updated successfully, but these errors were encountered: