Issue
Recently my application started spamming logs with the following set of messages
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
I can't see the "expected specified color aspects" in the sources my IDE has downloaded or by Googling and I have struggled to identify what triggers this, since the log is quickly overwhelmed by these messages
The only reference I found which could be related is this question but I do not use exoplayer. The only thing which may be using videos is the Google Ads SDK.
Does anyone know what the root cause is for this spam? If it's in ads, is there a way to disable it?
Solution
It was indeed the Google Ads SDK that causes this spam.
The only way to disable it (at time of writing) is to disable video ads, or remove the SDK
Answered By - Nick Cardoso
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.