Commit 6f9a3b24 by andrewlewis Committed by Tofunmi Adigun-Hameed

Remove stray stuck debug logging line

PiperOrigin-RevId: 530314222
parent 2c4a567c
...@@ -22,7 +22,6 @@ import static com.google.android.exoplayer2.util.Assertions.checkState; ...@@ -22,7 +22,6 @@ import static com.google.android.exoplayer2.util.Assertions.checkState;
import static java.lang.Math.max; import static java.lang.Math.max;
import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.MILLISECONDS;
import android.util.Log;
import android.util.SparseArray; import android.util.SparseArray;
import androidx.annotation.IntRange; import androidx.annotation.IntRange;
import androidx.annotation.Nullable; import androidx.annotation.Nullable;
...@@ -240,7 +239,6 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull; ...@@ -240,7 +239,6 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
if (!isEnded) { if (!isEnded) {
isEnded = true; isEnded = true;
listener.onEnded(Util.usToMs(maxEndedTrackTimeUs), getCurrentOutputSizeBytes()); listener.onEnded(Util.usToMs(maxEndedTrackTimeUs), getCurrentOutputSizeBytes());
Log.e("LYC", DebugTraceUtil.generateTrace());
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment