-
-
Notifications
You must be signed in to change notification settings - Fork 697
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 in android #5059
Comments
Just installed 2025.2.5-full, will check if it still happens. |
Do you ever have the app crash on you while using it because of this? The stacktrace you posted probably is unrelated, just the reason the system decided it was out of memory but it doesn't tell a lot about what is using the memory. If you are able to get OOM logs from the system which include more details (using logcat), that would be helpful.
That's not a lot of memory for the app (~268 MB), especially if it has a WebView open or cached. This may be a device specific issue we cannot fix. |
Thanks for your reply.
It only happens when app is background. Here is some logs from As for logcat, I will try it when I have more time to debug this problem Samples from --------- beginning of main 03-03 15:22:09.913 5359 12320 E chromium: [0303/152209.913248:ERROR:variations_seed_loader.cc(39)] Seed missing signature. 03-03 15:22:09.952 5359 12337 D libMEOW : meow reload overlay cfg path: na 03-03 15:22:09.989 5359 12362 D ViewContentFactory: createInterceptor took 0ms 03-03 15:22:10.136 5359 12362 D ViewContentFactory: createInterceptor took 0ms 03-03 15:22:10.148 5359 5359 I cr_CombinedPProvider: #flushPolicies() 03-03 15:22:10.263 5359 12300 D WM-Processor: WorkerWrapper interrupted for 08195fb0-c4d4-4e37-8954-43c6495f491f 03-03 15:22:10.383 5359 12310 D WM-StopWorkRunnable: StopWorkRunnable for 08195fb0-c4d4-4e37-8954-43c6495f491f; Processor.stopWork = false 03-03 15:22:10.540 5359 5359 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.app.Activity$$ExternalSyntheticLambda0@b6d1a5b |
Home Assistant Android app version(s):
2025.1.2-full
Android version(s):
15
Device model(s):
Redmi K70 Ultra
Home Assistant version:
Core 2025.2.2
Frontend 20250210.0
Last working Home Assistant release (if known):
not sure
Description of problem, include YAML if issue is related to notifications:
System reports frequent crash of app, occurs several times every day.
Companion App Logs:
Screenshot or video of problem:
Additional information:
The text was updated successfully, but these errors were encountered: