mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Update the log tag of DefaultAudioSink
The old tag reflects the original name of this class. It was renamed in 2017: <unknown commit> Possibly the old name was kept for compatibility with existing logs analysis? I didn't see an explicit discussion of this in the review comments of the rename change. The current tag confused me slightly - I assumed a line was being emitted by the android.media.AudioTrack rather than ExoPlayer's DefaultAudioSink. PiperOrigin-RevId: 345450056
This commit is contained in:
parent
2766211d0c
commit
95e2ce26f3
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ public final class DefaultAudioSink implements AudioSink {
|
|||
*/
|
||||
private static final int AUDIO_TRACK_RETRY_DURATION_MS = 100;
|
||||
|
||||
private static final String TAG = "AudioTrack";
|
||||
private static final String TAG = "DefaultAudioSink";
|
||||
|
||||
/**
|
||||
* Whether to enable a workaround for an issue where an audio effect does not keep its session
|
||||
|
|
|
|||
Loading…
Reference in a new issue