Assigned
Status Update
Comments
ca...@google.com <ca...@google.com> #2
Yes please :) Along with a more specific definition of how the Popular Times are determined (how much history? done by mobile device activity? check ins?)
ch...@gmail.com <ch...@gmail.com> #3
Making popular times available by day of the week would be awesome
ca...@google.com <ca...@google.com> #4
It already is Jeffrey, you can toggle by day on mobile or desktop
Description
What is the incorrect behavior that you are experiencing?
We are experiencing an issue with the Google Maps iOS SDK where excessive logging causes the cache to grow uncontrollably during continuous camera updates. Our app continuously updates the camera position in MapView based on the device's GPS and compass readings. This setup has led to the creation of substantial log files in the cache directory CCTClearcutLogger, resulting in crashes for some users as the cache grows beyond 2GB.
This issue has been observed across multiple devices and iOS versions, notably on iPhone 12 mini running iOS 18, where the cache growth is approximately 2MB per minute during constant map updates. The rapid cache growth, likely due to each camera update being logged, eventually creates single large files that the SDK seems unable to handle.
Current Impact
This logging behavior results in excessive storage consumption and crashes for our users as the cache reaches unusable sizes.
What should happen instead?
There should at least be an option to disable the logging.
Steps to reproduce the problem:
Environment details