public static interface GlideExecutor.UncaughtThrowableStrategy
Throwable
s thrown by futures run on the
pool.限定符和类型 | 字段和说明 |
---|---|
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. |
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)