TestReciever.smali

.class public Lcom/appsflyer/TestReciever;
.super Landroid/content/BroadcastReceiver;
.source "TestReciever.java"


# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 15
    invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V

    return-void
.end method


# virtual methods
.method public onReceive(Landroid/content/Context;Landroid/content/Intent;)V
    .registers 5

    .prologue
    .line 18
    const-string v0, "AppsFlyer_3.0"

    const-string v1, "test dummy receiver - in onReceive"

    invoke-static {v0, v1}, Landroid/util/Log;->i(Ljava/lang/String;Ljava/lang/String;)I

    .line 20
    const-wide/16 v0, 0x7d0

    :try_start_9
    invoke-static {v0, v1}, Ljava/lang/Thread;->sleep(J)V
    :try_end_c
    .catch Ljava/lang/InterruptedException; {:try_start_9 .. :try_end_c} :catch_d

    .line 24
    :goto_c
    return-void

    .line 21
    :catch_d
    move-exception v0

    .line 22
    invoke-virtual {v0}, Ljava/lang/InterruptedException;->printStackTrace()V

    goto :goto_c
.end method