NetMirror.apk
Download file
package C0;
import D2.h;
import com.facebook.hermes.instrumentation.HermesSamplingProfiler;
import com.facebook.hermes.reactexecutor.HermesExecutor;
import com.facebook.react.bridge.JavaScriptExecutor;
import com.facebook.react.bridge.JavaScriptExecutorFactory;
/* JADX INFO: loaded from: classes.dex */
public final class a implements JavaScriptExecutorFactory {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private boolean f109a = true;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private String f110b = "";
@Override // com.facebook.react.bridge.JavaScriptExecutorFactory
public JavaScriptExecutor create() {
return new HermesExecutor(this.f109a, this.f110b);
}
@Override // com.facebook.react.bridge.JavaScriptExecutorFactory
public void startSamplingProfiler() {
HermesSamplingProfiler.enable();
}
@Override // com.facebook.react.bridge.JavaScriptExecutorFactory
public void stopSamplingProfiler(String str) {
h.f(str, "filename");
HermesSamplingProfiler.dumpSampledTraceToFile(str);
HermesSamplingProfiler.disable();
}
public String toString() {
return "JSIExecutor+HermesRuntime";
}
}
⚠️ 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