a4x4kiwi / Exo-CC

Australian Subtitles based on Exoplayer and CC Ectractor
Apache License 2.0
3 stars 1 forks source link

There is a memory leak somewhere in the subtitle code. #1

Open a4x4kiwi opened 3 years ago

a4x4kiwi commented 3 years ago

Crashes after more than channel changes.

Good practical guide to locating memory leaks. https://medium.com/androiddevelopers/native-memory-profiling-with-android-studio-4-1-33a9e6b44be image

Wrap shell script. https://www.programmersought.com/article/21304118322/ https://developer.android.com/ndk/guides/wrap-script Address Sanitiser https://source.android.com/devices/tech/debug/asan

Library - for Java https://instabug.com/blog/how-to-fix-android-memory-leaks/

Malloc Debug https://android.googlesource.com/platform/bionic/+/master/libc/malloc_debug/README.md