From c6fb323c683d297d77e74a49ed0bff3c01853692 Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Thu, 11 Jan 2024 13:23:20 +0800 Subject: [PATCH] update --- common/src/main/java/com/yunbao/common/utils/GoogleUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/src/main/java/com/yunbao/common/utils/GoogleUtils.java b/common/src/main/java/com/yunbao/common/utils/GoogleUtils.java index 371d37027..5fadf48e3 100644 --- a/common/src/main/java/com/yunbao/common/utils/GoogleUtils.java +++ b/common/src/main/java/com/yunbao/common/utils/GoogleUtils.java @@ -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; }