media/libraries/effect/src
andrewlewis 1c7c06999e Turn off debug trace logging by default
The issue that motivated adding this (frames unexpectedly being dropped by the
decoder) has been addressed, so we can turn off the logging to reduce
unnecessary allocations during transformation. We can easily turn on debug
logging in future as needed by setting `DebugTraceUtil.DEBUG = true`.

Also avoid allocations for string building at logging call sites by passing a
format string for extra info. Formatting the string now only happens when
debugging is turned on.

Tested manually by running transformations in the new state (DEBUG = false) and
with debugging turned on.

PiperOrigin-RevId: 585666349
2023-11-27 08:57:30 -08:00
..
androidTest Remove possibly retained bitmap reference 2023-11-08 10:39:52 -08:00
main Turn off debug trace logging by default 2023-11-27 08:57:30 -08:00
test Compositor: Add support for multiple bitmaps, and add testrunner 2023-07-13 15:45:30 +01:00