Don't localize audio output in logs.

This commit is contained in:
Rashad Sookram
2023-06-21 12:07:16 -04:00
committed by Nicholas Tinsley
parent 09d17659b9
commit ecf576e9b9

View File

@@ -103,8 +103,7 @@ class WebRtcAudioOutputToggleButton @JvmOverloads constructor(context: Context,
}
}
val label = context.getString(currentOutput.labelRes)
Log.i(TAG, "Switching to $label")
Log.i(TAG, "Switching to $currentOutput")
val drawableState = super.onCreateDrawableState(extraSpace + extra.size)
mergeDrawableStates(drawableState, extra)