Nanfeng

Notes on software development, code, and curious ideas

timeRecords Is at Its Maximum Size 64: Meaning and Test Guidance

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.

+