Interface GlideExecutor.UncaughtThrowableStrategy
- Enclosing class:
- GlideExecutor
public static interface GlideExecutor.UncaughtThrowableStrategy
A strategy for handling unexpected and uncaught
Throwables thrown by futures run on the
pool.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GlideExecutor.UncaughtThrowableStrategyThe default strategy, currentlyLOG.static final GlideExecutor.UncaughtThrowableStrategySilently catches and ignores the uncaughtThrowables.static final GlideExecutor.UncaughtThrowableStrategystatic final GlideExecutor.UncaughtThrowableStrategyRethrows the uncaughtThrowables to crash the app. -
Method Summary