am 6963ff0e: Merge "Change a semi-colon to a colon in AudioState logging." into lmp-mr1-dev
* commit '6963ff0e059977c901f4a961a24e7ffd3536af23': Change a semi-colon to a colon in AudioState logging.
This commit is contained in:
@@ -91,7 +91,7 @@ public final class AudioState implements Parcelable {
|
|||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return String.format(Locale.US,
|
return String.format(Locale.US,
|
||||||
"[AudioState isMuted: %b, route; %s, supportedRouteMask: %s]",
|
"[AudioState isMuted: %b, route: %s, supportedRouteMask: %s]",
|
||||||
isMuted,
|
isMuted,
|
||||||
audioRouteToString(route),
|
audioRouteToString(route),
|
||||||
audioRouteToString(supportedRouteMask));
|
audioRouteToString(supportedRouteMask));
|
||||||
|
|||||||
Reference in New Issue
Block a user