Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6f9a3b24
authored
May 08, 2023
by
andrewlewis
Committed by
Tofunmi Adigun-Hameed
May 11, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove stray stuck debug logging line
PiperOrigin-RevId: 530314222
parent
2c4a567c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/MuxerWrapper.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/MuxerWrapper.java
View file @
6f9a3b24
...
@@ -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
());
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment