NetMirror.apk
Download file
package com.facebook.soloader;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/* JADX INFO: loaded from: classes.dex */
public class D {
private static boolean a(String str) {
Matcher matcher = Pattern.compile("\\P{ASCII}+").matcher(str);
if (!matcher.find()) {
return false;
}
p.g("SoLoader", "Library name is corrupted, contains non-ASCII characters " + matcher.group());
return true;
}
public static C b(String str, UnsatisfiedLinkError unsatisfiedLinkError) {
C c4;
if (unsatisfiedLinkError.getMessage() != null && unsatisfiedLinkError.getMessage().contains("ELF")) {
p.a("SoLoader", "Corrupted lib file detected");
c4 = new z(str, unsatisfiedLinkError.toString());
} else if (a(str)) {
p.a("SoLoader", "Corrupted lib name detected");
c4 = new A(str, "corrupted lib name: " + unsatisfiedLinkError.toString());
} else {
c4 = new C(str, unsatisfiedLinkError.toString());
}
c4.initCause(unsatisfiedLinkError);
return c4;
}
}
⚠️ 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