mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
Add unsuitable audio output to to-string logic in EventLogger
PiperOrigin-RevId: 739875995 (cherry picked from commit 75a067a223330d869ecfc87bd170eaf00f55a866)
This commit is contained in:
parent
3c4410e967
commit
1d2019b770
@ -739,6 +739,8 @@ public class EventLogger implements AnalyticsListener {
|
||||
return "NONE";
|
||||
case Player.PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS:
|
||||
return "TRANSIENT_AUDIO_FOCUS_LOSS";
|
||||
case Player.PLAYBACK_SUPPRESSION_REASON_UNSUITABLE_AUDIO_OUTPUT:
|
||||
return "UNSUITABLE_AUDIO_OUTPUT";
|
||||
default:
|
||||
return "?";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user