pyamsoft / tetherfi

TetherFi - Internet sharing without Root
Apache License 2.0
276 stars 24 forks source link

Potential memory leak in version 41 #291

Closed brlin-tw closed 1 month ago

brlin-tw commented 1 month ago

I am just being greeted by the LeakCanary UI after launching the application from the quick settings tile:

Screenshot_20240502-171832 2024-05-02_17-15-55_953.hprof.gz

pyamsoft commented 1 month ago

Are you running a debug build? Leak canary is not enabled in production

The Android OS has a memory leak in the TileService, there is nothing we can do about it sadly.

brlin-tw commented 1 month ago

Are you running a debug build? Leak canary is not enabled in production

Yes, for testing #280.

The Android OS has a memory leak in the TileService, there is nothing we can do about it sadly.

Thanks for the info, in that case I'm closing this, then.