Commit 124a6aea by aquilescanta Committed by kim-vde

Remove unused method Log.getLogStackTraces

It was impossible to call because it was a non-static method in a class
with a private constructor.

PiperOrigin-RevId: 382504128
parent 4de4f857
...@@ -57,12 +57,6 @@ public final class Log { ...@@ -57,12 +57,6 @@ public final class Log {
return logLevel; return logLevel;
} }
/** Returns whether stack traces of {@link Throwable}s will be logged to logcat. */
@Pure
public boolean getLogStackTraces() {
return logStackTraces;
}
/** /**
* Sets the {@link LogLevel} for ExoPlayer logcat logging. * Sets the {@link LogLevel} for ExoPlayer logcat logging.
* *
......
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