导航菜单

页面标题

页面副标题

万能钥匙 v1.1.23 - b.java 源代码

正在查看: 万能钥匙 v1.1.23 应用的 b.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package ff;

import android.net.Uri;
import androidx.annotation.NonNull;

public class b extends RuntimeException {
    public final String a;

    public b(String str, Throwable th2) {
        super(str, th2);
        this.a = str;
    }

    public static b a(@NonNull String str, @NonNull String str2, @NonNull String str3, Throwable th2) {
        return new b(str2 + "\n\nTry the following to fix the issue:\n• Ensure that Metro is running\n• Ensure that your device/emulator is connected to your machine and has USB debugging enabled - run 'adb devices' to see a list of connected devices\n• Ensure Airplane Mode is disabled\n• If you're on a physical device connected to the same machine, run 'adb reverse tcp:<PORT> tcp:<PORT>' to forward requests from your device\n• If your device is on the same Wi-Fi network, set 'Debug server host & port for device' in 'Dev settings' to your machine's IP address and the port of the local dev server - e.g. 10.0.1.1:<PORT>\n\n".replace("<PORT>", String.valueOf(Uri.parse(str).getPort())) + str3, th2);
    }

    public static b b(@NonNull String str, @NonNull String str2, Throwable th2) {
        return a(str, str2, "", th2);
    }
}