java.lang.OutOfMemoryError in Google Fit when fetching 1 month of historical calorie data
Summary The Google Fit application is experiencing java.lang.OutOfMemoryError crashes when attempting to load and aggregate historical calorie data, particularly for accounts with approximately 3 years of data. This issue is triggered by a heavy data load from the server that exhausts the heap, compounded by UI thread instability when navigating during the load process. Root … Read more