This commit is contained in:
zlzw 2024-01-11 13:23:20 +08:00
parent d629ee3f9f
commit c6fb323c68

View File

@ -50,8 +50,7 @@ public class GoogleUtils {
googlePay = clz.getConstructor(Activity.class).newInstance(mActivity);
flag = (boolean) googlePay.getClass().getMethod("getGoogleService").invoke(googlePay);
} catch (Exception e) {
e.printStackTrace();
// throw new RuntimeException(e);
throw new RuntimeException(e);
}
return flag;
}