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
c21d5c7f
authored
Sep 16, 2021
by
bachinger
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove fully qualified link tag
PiperOrigin-RevId: 397141742
parent
f6d8cfeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
c21d5c7f
...
@@ -16,6 +16,8 @@
...
@@ -16,6 +16,8 @@
package
com
.
google
.
android
.
exoplayer2
;
package
com
.
google
.
android
.
exoplayer2
;
import
android.os.Build
;
import
android.os.Build
;
import
com.google.android.exoplayer2.util.Assertions
;
import
com.google.android.exoplayer2.util.TraceUtil
;
import
java.util.HashSet
;
import
java.util.HashSet
;
/** Information about the ExoPlayer library. */
/** Information about the ExoPlayer library. */
...
@@ -51,16 +53,10 @@ public final class ExoPlayerLibraryInfo {
...
@@ -51,16 +53,10 @@ public final class ExoPlayerLibraryInfo {
public
static
final
String
DEFAULT_USER_AGENT
=
public
static
final
String
DEFAULT_USER_AGENT
=
VERSION_SLASHY
+
" (Linux; Android "
+
Build
.
VERSION
.
RELEASE
+
") "
+
VERSION_SLASHY
;
VERSION_SLASHY
+
" (Linux; Android "
+
Build
.
VERSION
.
RELEASE
+
") "
+
VERSION_SLASHY
;
/**
/** Whether the library was compiled with {@link Assertions} checks enabled. */
* Whether the library was compiled with {@link com.google.android.exoplayer2.util.Assertions}
* checks enabled.
*/
public
static
final
boolean
ASSERTIONS_ENABLED
=
true
;
public
static
final
boolean
ASSERTIONS_ENABLED
=
true
;
/**
/** Whether the library was compiled with {@link TraceUtil} trace enabled. */
* Whether the library was compiled with {@link com.google.android.exoplayer2.util.TraceUtil}
* trace enabled.
*/
public
static
final
boolean
TRACE_ENABLED
=
true
;
public
static
final
boolean
TRACE_ENABLED
=
true
;
private
static
final
HashSet
<
String
>
registeredModules
=
new
HashSet
<>();
private
static
final
HashSet
<
String
>
registeredModules
=
new
HashSet
<>();
...
...
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