mirror of
https://github.com/androidx/media.git
synced 2025-05-11 09:39:52 +08:00
Remove accidental log line.
PiperOrigin-RevId: 397707790
This commit is contained in:
parent
8d3cad570e
commit
0f3a86b89d
@ -30,7 +30,6 @@ import androidx.annotation.Nullable;
|
|||||||
import com.google.android.exoplayer2.source.ads.AdPlaybackState;
|
import com.google.android.exoplayer2.source.ads.AdPlaybackState;
|
||||||
import com.google.android.exoplayer2.util.Assertions;
|
import com.google.android.exoplayer2.util.Assertions;
|
||||||
import com.google.android.exoplayer2.util.BundleUtil;
|
import com.google.android.exoplayer2.util.BundleUtil;
|
||||||
import com.google.android.exoplayer2.util.Log;
|
|
||||||
import com.google.android.exoplayer2.util.Util;
|
import com.google.android.exoplayer2.util.Util;
|
||||||
import com.google.common.collect.ImmutableList;
|
import com.google.common.collect.ImmutableList;
|
||||||
import java.lang.annotation.Documented;
|
import java.lang.annotation.Documented;
|
||||||
@ -1206,9 +1205,6 @@ public abstract class Timeline implements Bundleable {
|
|||||||
}
|
}
|
||||||
// Period positions cannot be negative.
|
// Period positions cannot be negative.
|
||||||
periodPositionUs = max(0, periodPositionUs);
|
periodPositionUs = max(0, periodPositionUs);
|
||||||
if (periodPositionUs == 9) {
|
|
||||||
Log.e("XXX", "YYY");
|
|
||||||
}
|
|
||||||
return Pair.create(Assertions.checkNotNull(period.uid), periodPositionUs);
|
return Pair.create(Assertions.checkNotNull(period.uid), periodPositionUs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user