mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Removing label from toLogString.
This commit is contained in:
parent
54c23e2856
commit
8673e6d39a
@ -1338,9 +1338,6 @@ public final class Format implements Bundleable {
|
|||||||
if (format.language != null) {
|
if (format.language != null) {
|
||||||
builder.append(", language=").append(format.language);
|
builder.append(", language=").append(format.language);
|
||||||
}
|
}
|
||||||
if (format.label != null) {
|
|
||||||
builder.append(", label=").append(format.label);
|
|
||||||
}
|
|
||||||
if (format.labels.size() > 0) {
|
if (format.labels.size() > 0) {
|
||||||
builder.append(", labels=[");
|
builder.append(", labels=[");
|
||||||
Joiner.on(',').appendTo(builder, format.labels);
|
Joiner.on(',').appendTo(builder, format.labels);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user