public static interface GlideExecutor.UncaughtThrowableStrategy
Throwable
s thrown by futures run on the
pool.Modifier and Type | Field and Description |
---|---|
static GlideExecutor.UncaughtThrowableStrategy |
DEFAULT
The default strategy, currently
LOG . |
static GlideExecutor.UncaughtThrowableStrategy |
IGNORE
Silently catches and ignores the uncaught
Throwable s. |
static GlideExecutor.UncaughtThrowableStrategy |
LOG
|
static GlideExecutor.UncaughtThrowableStrategy |
THROW
Rethrows the uncaught
Throwable s to crash the app. |
Modifier and Type | Method and Description |
---|---|
void |
handle(Throwable t) |
static final GlideExecutor.UncaughtThrowableStrategy IGNORE
Throwable
s.static final GlideExecutor.UncaughtThrowableStrategy LOG
static final GlideExecutor.UncaughtThrowableStrategy THROW
Throwable
s to crash the app.static final GlideExecutor.UncaughtThrowableStrategy DEFAULT
LOG
.void handle(Throwable t)