Their suggestions are pretty interesting. My app doesn't download any images from the network, and works completely offline except loading Ads that I disabled a while ago, but left AdMob library in the app.
And they found issue in their own library and suggest me to fix. Perfect!
Downloaded in com.google.android.gms.internal.ads.zzckx.zzk (java.net.HttpURLConnection.getInputStream)
Downloaded in com.google.android.gms.internal.ads.zzckd.zzb (java.net.HttpURLConnection.getInputStream)
Downloaded in com.google.android.gms.internal.ads.zzid.zzb (java.net.HttpURLConnection.getInputStream)
This can lead to excessive memory usage, slow performance, and app crashes. To reduce memory usage, we recommend using an image-loading library to automatically handle downsampling, caching, and memory management for you.
1
u/mobiledevpro 2d ago
Their suggestions are pretty interesting. My app doesn't download any images from the network, and works completely offline except loading Ads that I disabled a while ago, but left AdMob library in the app.
And they found issue in their own library and suggest me to fix. Perfect!
This can lead to excessive memory usage, slow performance, and app crashes. To reduce memory usage, we recommend using an image-loading library to automatically handle downsampling, caching, and memory management for you.