NetMirror.apk
Download file
package c2;
import com.facebook.soloader.B;
import com.facebook.soloader.C;
import com.facebook.soloader.C0482c;
import com.facebook.soloader.E;
import com.facebook.soloader.G;
import com.facebook.soloader.p;
/* JADX INFO: renamed from: c2.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0339k implements InterfaceC0336h {
@Override // c2.InterfaceC0336h
public boolean a(UnsatisfiedLinkError unsatisfiedLinkError, E[] eArr) {
if (!(unsatisfiedLinkError instanceof C) || (unsatisfiedLinkError instanceof B)) {
return false;
}
String strA = ((C) unsatisfiedLinkError).a();
StringBuilder sb = new StringBuilder();
sb.append("Reunpacking NonApk UnpackingSoSources due to ");
sb.append(unsatisfiedLinkError);
sb.append(strA == null ? "" : ", retrying for specific library " + strA);
p.b("SoLoader", sb.toString());
for (E e4 : eArr) {
if (e4 instanceof G) {
G g3 = (G) e4;
if (g3 instanceof C0482c) {
continue;
} else {
try {
p.b("SoLoader", "Runpacking " + g3.c());
g3.e(2);
} catch (Exception e5) {
p.c("SoLoader", "Encountered an exception while reunpacking " + g3.c() + " for library " + strA + ": ", e5);
return false;
}
}
}
}
return true;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file