mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #90] OutOfMemoryError crash on GrapheneOS #59
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RobertKosten on GitHub (Oct 30, 2022).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/90
Recently AirGuard started crashing with an SQLite OutOfMemoryError on my GrapheneOS Pixel 4:
@RobertKosten commented on GitHub (Nov 1, 2022):
I'm not sure yet, but it might be related to placing it on the wireless (Qi) charging dock (Anker PowerWave Stand).
@Sn0wfreezeDev commented on GitHub (Jan 23, 2023):
These issues are very hard to debug on Android. Almost all crashes we get in our crash logs are Memory related. If anyone has good ideas how to identify which parts might cause this, we are open for help here
@n1snt commented on GitHub (Mar 24, 2023):
We should try using LeakCanary to find the probable cause of the leak.
@Sn0wfreezeDev commented on GitHub (Oct 20, 2023):
I already used LeakCanary to look for memory issues, but nothing special was reported that I could act on. These memory issues are quite hard to catch.