Android Studio Simple 'TV' App With Single WebView crashes after long time (profiler shows negative allocated memory?)
问题 So I have a super simple app with just a WebView that connects to our host page and acts as a 'TV'. After checking for memory leaks, I run this app on my Amazon Fire Stick for an extended period of time, but regardless after around 8-9 hours it crashes without exception on the console. How did I check for memory leaks: LeakCanary did not detect any leaks. Watching the memory profiler over time I see that the total memory used always consistently averages 400MB, even at the 8 hour mark.