UpdateLog.smali

.class public Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;
.super Ljava/lang/Object;
.source "UpdateLog.java"


# static fields
.field private static final TAG:Ljava/lang/String; = "UpdateLog"

.field private static instance:Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;


# instance fields
.field time:J


# direct methods
.method static constructor <clinit>()V
    .registers 1

    .prologue
    .line 9
    const/4 v0, 0x0

    sput-object v0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->instance:Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;

    return-void
.end method

.method private constructor <init>()V
    .registers 5

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

    .line 12
    const-wide/16 v0, 0x0

    iput-wide v0, p0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->time:J

    .line 15
    invoke-static {}, Ljava/lang/System;->currentTimeMillis()J

    move-result-wide v0

    const-wide/16 v2, 0x3e8

    div-long/2addr v0, v2

    iput-wide v0, p0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->time:J

    .line 16
    return-void
.end method

.method public static getLogInstance()Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;
    .registers 1

    .prologue
    .line 20
    sget-object v0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->instance:Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;

    if-nez v0, :cond_b

    .line 21
    new-instance v0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;

    invoke-direct {v0}, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;-><init>()V

    sput-object v0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->instance:Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;

    .line 23
    :cond_b
    sget-object v0, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->instance:Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;

    return-object v0
.end method


# virtual methods
.method public log(Ljava/lang/String;)V
    .registers 2

    .prologue
    .line 35
    return-void
.end method

.method public logapk(Ljava/lang/String;)V
    .registers 2

    .prologue
    .line 39
    invoke-virtual {p0, p1}, Lcom/cleanmaster/hpsharelib/security/update/UpdateLog;->log(Ljava/lang/String;)V

    .line 40
    return-void
.end method