Nanfeng

Notes on software development, code, and curious ideas

Understanding the timeRecords Maximum Size Warning

The Android log displayed:

1
timeRecords is at its maximum size[64]. Ignore this when unittesting.
Warning

In this local test, the warning did not affect application behavior. It indicates that an internal timing-record collection reached its limit. Confirm the originating library and log level before deciding whether it is safe to ignore in a production build.

+