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
This commit is contained in:
aquilescanta 2021-07-01 13:32:54 +01:00 committed by kim-vde
parent 4de4f85739
commit 124a6aea50

View File

@ -57,12 +57,6 @@ public final class Log {
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.
*