ErrorDialogConfig.smali
.class public Lorg/greenrobot/eventbus/util/ErrorDialogConfig;
.super Ljava/lang/Object;
.source "ErrorDialogConfig.java"
# instance fields
.field defaultDialogIconId:I
.field final defaultErrorMsgId:I
.field defaultEventTypeOnDialogClosed:Ljava/lang/Class;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Class<",
"*>;"
}
.end annotation
.end field
.field final defaultTitleId:I
.field eventBus:Lorg/greenrobot/eventbus/EventBus;
.field logExceptions:Z
.field final mapping:Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
.field final resources:Landroid/content/res/Resources;
.field tagForLoggingExceptions:Ljava/lang/String;
# direct methods
.method public constructor <init>(Landroid/content/res/Resources;II)V
.registers 5
.line 36
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x1
.line 31
iput-boolean v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->logExceptions:Z
.line 37
iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->resources:Landroid/content/res/Resources;
.line 38
iput p2, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultTitleId:I
.line 39
iput p3, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultErrorMsgId:I
.line 40
new-instance p1, Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
invoke-direct {p1}, Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;-><init>()V
iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->mapping:Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
return-void
.end method
# virtual methods
.method public addMapping(Ljava/lang/Class;I)Lorg/greenrobot/eventbus/util/ErrorDialogConfig;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"+",
"Ljava/lang/Throwable;",
">;I)",
"Lorg/greenrobot/eventbus/util/ErrorDialogConfig;"
}
.end annotation
.line 44
iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->mapping:Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
invoke-virtual {v0, p1, p2}, Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;->addMapping(Ljava/lang/Class;I)Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
return-object p0
.end method
.method public disableExceptionLogging()V
.registers 2
const/4 v0, 0x0
.line 67
iput-boolean v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->logExceptions:Z
return-void
.end method
.method getEventBus()Lorg/greenrobot/eventbus/EventBus;
.registers 2
.line 80
iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->eventBus:Lorg/greenrobot/eventbus/EventBus;
if-eqz v0, :cond_5
goto :goto_9
:cond_5
invoke-static {}, Lorg/greenrobot/eventbus/EventBus;->getDefault()Lorg/greenrobot/eventbus/EventBus;
move-result-object v0
:goto_9
return-object v0
.end method
.method public getMessageIdForThrowable(Ljava/lang/Throwable;)I
.registers 5
.line 49
iget-object v0, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->mapping:Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;
invoke-virtual {v0, p1}, Lorg/greenrobot/eventbus/util/ExceptionToResourceMapping;->mapThrowable(Ljava/lang/Throwable;)Ljava/lang/Integer;
move-result-object v0
if-eqz v0, :cond_d
.line 51
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result p1
return p1
.line 53
:cond_d
sget-object v0, Lorg/greenrobot/eventbus/EventBus;->TAG:Ljava/lang/String;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "No specific message ressource ID found for "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-static {v0, p1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
.line 54
iget p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultErrorMsgId:I
return p1
.end method
.method public setDefaultDialogIconId(I)V
.registers 2
.line 59
iput p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultDialogIconId:I
return-void
.end method
.method public setDefaultEventTypeOnDialogClosed(Ljava/lang/Class;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"*>;)V"
}
.end annotation
.line 63
iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->defaultEventTypeOnDialogClosed:Ljava/lang/Class;
return-void
.end method
.method public setEventBus(Lorg/greenrobot/eventbus/EventBus;)V
.registers 2
.line 75
iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->eventBus:Lorg/greenrobot/eventbus/EventBus;
return-void
.end method
.method public setTagForLoggingExceptions(Ljava/lang/String;)V
.registers 2
.line 71
iput-object p1, p0, Lorg/greenrobot/eventbus/util/ErrorDialogConfig;->tagForLoggingExceptions:Ljava/lang/String;
return-void
.end method