Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
vm...@google.com <vm...@google.com> #3
This error indicates a device misconfiguration that shall likely lead to smaller part of the boot classpath to be covered by the loaded boot images and therefore likely lead to degraded device performance.
Have you ever seen this error message in logcat? (I hope not and therefore it should not matter to you if the log is an ERROR or WARNING.)
Have you ever seen this error message in logcat? (I hope not and therefore it should not matter to you if the log is an ERROR or WARNING.)
Description
inhttps://android.googlesource.com/platform/art/+/refs/heads/main/runtime/gc/space/image_space.cc#2120
LOG(ERROR) << "Named image component already covered by previous image: " << base_location;
Is the log error level too high? This is to skip the content that has been loaded, and it will not affect the function. Would info level be better?