正在查看: 万能钥匙 v1.1.23 应用的 O022Z.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 万能钥匙 v1.1.23 应用的 O022Z.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.zm.fda.Z2500;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;
import com.zm.fda.utils.EventLog;
import java.io.File;
import java.util.concurrent.atomic.AtomicBoolean;
public class O022Z implements Runnable {
public static ChangeQuickRedirect changeQuickRedirect = null;
public static final String f = "fda_crash_CUP";
public static final String g = "https://cr.51y5.net/dc/sec/fa.do";
public static final String h = "https://wifi3a.51y5.net/buglyagent/dc/sec/fa.do";
public static final String i = "https://cr.51y5.net/dc/sec/rna.do";
public static final String j = "https://wifi3a.51y5.net/buglyagent/dc/sec/rna.do";
public static final long k = 204800;
public final int a;
public com.zm.fda.Z2500.Z0O00.OO22Z b;
public File[] c;
public AtomicBoolean d = new AtomicBoolean(false);
public AtomicBoolean e = new AtomicBoolean(false);
public O022Z(int i2, com.zm.fda.Z2500.Z0O00.OO22Z oo22z) {
this.a = i2;
this.b = oo22z;
if (oo22z != null) {
if (i2 == 1) {
this.c = oo22z.b();
} else if (i2 == 2) {
this.c = oo22z.a();
}
}
}
private String a() {
PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 53405, new Class[0], String.class);
if (proxy.isSupported) {
return (String) proxy.result;
}
int i2 = this.a;
return i2 == 1 ? EventLog.isDebugEnable() ? h : g : i2 == 2 ? EventLog.isDebugEnable() ? j : i : "";
}
private void a(boolean z) {
if (PatchProxy.proxy(new Object[]{new Byte(z ? (byte) 1 : (byte) 0)}, this, changeQuickRedirect, false, 53407, new Class[]{Boolean.TYPE}, Void.TYPE).isSupported) {
return;
}
int i2 = this.a;
if (i2 == 1) {
this.d.set(z);
} else if (i2 == 2) {
this.e.set(z);
}
}
private boolean b() {
PatchProxyResult proxy = PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 53406, new Class[0], Boolean.TYPE);
if (proxy.isSupported) {
return ((Boolean) proxy.result).booleanValue();
}
int i2 = this.a;
if (i2 == 1) {
return this.d.get();
}
if (i2 == 2) {
return this.e.get();
}
return false;
}
@Override
public void run() {
throw new UnsupportedOperationException("Method not decompiled: com.zm.fda.Z2500.O022Z.run():void");
}
}