public static interface GlideExecutor.UncaughtThrowableStrategy
Throwables 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
Throwables. |
static GlideExecutor.UncaughtThrowableStrategy |
LOG
|
static GlideExecutor.UncaughtThrowableStrategy |
THROW
Rethrows the uncaught
Throwables to crash the app. |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Throwable t) |
static final GlideExecutor.UncaughtThrowableStrategy IGNORE
Throwables.static final GlideExecutor.UncaughtThrowableStrategy LOG
static final GlideExecutor.UncaughtThrowableStrategy THROW
Throwables to crash the app.static final GlideExecutor.UncaughtThrowableStrategy DEFAULT
LOG.void handle(Throwable t)