media/libraries/common/src
ibaker 6822818549 Fix Format.toLogString handling of new Format.labels field
Before this, because `Label.toString()` isn't implemented, the logged info
wasn't that useful:

```
labels=[androidx.media3.common.Label@6caac039]
```

With this change it's more useful:

```
labels=[en: english]
```
PiperOrigin-RevId: 671029474
2024-09-04 11:02:36 -07:00
..
main Fix Format.toLogString handling of new Format.labels field 2024-09-04 11:02:36 -07:00
test Update minSdk values in UtilTest 2024-09-02 09:34:15 -07:00