ReflectionUtil.smali
.class public final Lcom/facebook/stetho/common/ReflectionUtil;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method private constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getFieldValue(Ljava/lang/reflect/Field;Ljava/lang/Object;)Ljava/lang/Object;
.registers 2
.line 1
:try_start_0
invoke-virtual {p0, p1}, Ljava/lang/reflect/Field;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
:try_end_4
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_4} :catch_5
return-object p0
:catch_5
move-exception p0
.line 2
new-instance p1, Ljava/lang/RuntimeException;
invoke-direct {p1, p0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
throw p1
.end method
.method public static tryGetClassForName(Ljava/lang/String;)Ljava/lang/Class;
.registers 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Ljava/lang/Class<",
"*>;"
}
.end annotation
:try_start_0
invoke-static {p0}, Ljava/lang/Class;->forName(Ljava/lang/String;)Ljava/lang/Class;
move-result-object p0
:try_end_4
.catch Ljava/lang/ClassNotFoundException; {:try_start_0 .. :try_end_4} :catch_5
return-object p0
:catch_5
const/4 p0, 0x0
return-object p0
.end method
.method public static tryGetDeclaredField(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"*>;",
"Ljava/lang/String;",
")",
"Ljava/lang/reflect/Field;"
}
.end annotation
.line 1
:try_start_0
invoke-virtual {p0, p1}, Ljava/lang/Class;->getDeclaredField(Ljava/lang/String;)Ljava/lang/reflect/Field;
move-result-object p0
:try_end_4
.catch Ljava/lang/NoSuchFieldException; {:try_start_0 .. :try_end_4} :catch_5
return-object p0
:catch_5
move-exception v0
const/4 v1, 0x2
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
aput-object p1, v1, v2
const/4 p1, 0x1
aput-object p0, v1, p1
const-string p0, "Could not retrieve %s field from %s"
.line 2
invoke-static {v0, p0, v1}, Lcom/facebook/stetho/common/LogUtil;->d(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V
const/4 p0, 0x0
return-object p0
.end method