subdexentry.smali

.class public Lcom/cleanmaster/subdex/subdexentry;
.super Ljava/lang/Object;
.source "subdexentry.java"


# static fields
.field static final TAG:Ljava/lang/String; = "Cheetah Mobile Inc"


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

    .prologue
    .line 14
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 15
    const-string v0, "Cheetah Mobile Inc"

    const-string v1, "subdexentry class construction"

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

    .line 16
    return-void
.end method