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(); } }