am a1163d57: am 6963ff0e: Merge "Change a semi-colon to a colon in AudioState logging." into lmp-mr1-dev
* commit 'a1163d575b41580352e39dde455ef2f1f7fbcbf4': 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
|
||||
public String toString() {
|
||||
return String.format(Locale.US,
|
||||
"[AudioState isMuted: %b, route; %s, supportedRouteMask: %s]",
|
||||
"[AudioState isMuted: %b, route: %s, supportedRouteMask: %s]",
|
||||
isMuted,
|
||||
audioRouteToString(route),
|
||||
audioRouteToString(supportedRouteMask));
|
||||
|
||||
Reference in New Issue
Block a user