Commit b419d0ac by olly Committed by Oliver Woodman

Improve EventLogger static metadata formatting

#minor-release

PiperOrigin-RevId: 355203044
parent 7925a90b
......@@ -301,8 +301,9 @@ public class EventLogger implements AnalyticsListener {
for (int i = 0; i < metadataList.size(); i++) {
Metadata metadata = metadataList.get(i);
if (metadata.length() != 0) {
logd(" " + i);
logd(" Metadata:" + i + " [");
printMetadata(metadata, " ");
logd(" ]");
}
}
logd("]");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment