From a7efd9528ed97f89ed51abe797b9bcc98964c687 Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Wed, 5 Mar 2025 15:04:21 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20sentry=20=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gh/common/util/DataUtils.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/com/gh/common/util/DataUtils.java b/app/src/main/java/com/gh/common/util/DataUtils.java index 38b5f6ce5a..a4853bda46 100644 --- a/app/src/main/java/com/gh/common/util/DataUtils.java +++ b/app/src/main/java/com/gh/common/util/DataUtils.java @@ -111,7 +111,6 @@ public class DataUtils { try { HaloApp.getInstance().getContentResolver().insert(Uri.parse("content://com.gh.gamecenter.provider/device"), values); } catch (Exception exception) { - SentryHelper.INSTANCE.onEvent("DEVICE_INSERT_ERROR", "exception_digest", exception.getLocalizedMessage()); exception.printStackTrace(); } }); @@ -196,7 +195,6 @@ public class DataUtils { // TODO 将 com.gh.gamecenter 改成 BuildConfig.ApplicationID HaloApp.getInstance().getContentResolver().insert(Uri.parse("content://com.gh.gamecenter.provider/certification"), values); } catch (Exception exception) { - SentryHelper.INSTANCE.onEvent("CERTIFICATION_INSERT_ERROR", "exception_digest", exception.getLocalizedMessage()); exception.printStackTrace(); } }