是什么导致 ColorUtils:预期指定的颜色方面

What causes ColorUtils: expected specified color aspects

最近我的应用程序开始使用以下消息集发送垃圾日志

W/ColorUtils: expected specified color aspects (0:0:0:0)
D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values
D/ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values
D/ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values
D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values
D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values
D/ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values
D/ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values

我在我的 IDE 下载的或通过谷歌搜索的来源中看不到“预期的指定颜色方面”,我一直在努力确定是什么触发了这一点,因为日志很快就会被这些消息淹没

我找到的唯一可能相关的参考文献是 this question,但我不使用 exoplayer。唯一可能使用视频的是 Google Ads SDK。

有谁知道这个垃圾邮件的根本原因是什么?如果它在广告中,有没有办法禁用它?

确实是 Google 广告 SDK 导致了此垃圾邮件。

(在撰写本文时)禁用它的唯一方法是禁用视频广告,或删除 SDK