54 lines
1.3 KiB
Smali
54 lines
1.3 KiB
Smali
.class Lcom/squareup/picasso/Picasso$CleanupThread$1;
|
|
.super Ljava/lang/Object;
|
|
.source "Picasso.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/squareup/picasso/Picasso$CleanupThread;->run()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Ljava/lang/Exception;
|
|
|
|
.field final synthetic b:Lcom/squareup/picasso/Picasso$CleanupThread;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lcom/squareup/picasso/Picasso$CleanupThread;Ljava/lang/Exception;)V
|
|
.locals 0
|
|
|
|
.line 643
|
|
iput-object p1, p0, Lcom/squareup/picasso/Picasso$CleanupThread$1;->b:Lcom/squareup/picasso/Picasso$CleanupThread;
|
|
|
|
iput-object p2, p0, Lcom/squareup/picasso/Picasso$CleanupThread$1;->a:Ljava/lang/Exception;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 2
|
|
|
|
.line 645
|
|
new-instance v0, Ljava/lang/RuntimeException;
|
|
|
|
iget-object v1, p0, Lcom/squareup/picasso/Picasso$CleanupThread$1;->a:Ljava/lang/Exception;
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
|
|
|
|
throw v0
|
|
.end method
|