gsgundam 8 anni fa
parent
commit
bc42a1e65c

+ 2 - 2
app/build.gradle

@@ -125,6 +125,6 @@ dependencies {
     compile 'com.android.support:cardview-v7:25.1.1'
     compile 'com.android.support.constraint:constraint-layout:1.0.2'
 
-    compile 'com.tencent.bugly:crashreport:latest.release'
-    compile 'com.tencent.bugly:nativecrashreport:latest.release'
+//    compile 'com.tencent.bugly:crashreport:latest.release'
+//    compile 'com.tencent.bugly:nativecrashreport:latest.release'
 }

+ 3 - 3
app/proguard.cfg

@@ -176,9 +176,9 @@
 
 ##---------------Begin: proguard configuration for bugly ----------
 
--dontwarn com.tencent.bugly.**
--keep public class com.tencent.bugly.**{*;}
-
-keep class android.support.**{*;}
+#-dontwarn com.tencent.bugly.**
+#-keep public class com.tencent.bugly.**{*;}
+#
-keep class android.support.**{*;}
 
 ##---------------End: proguard configuration for bugly ----------
 

+ 1 - 1
app/src/com/sheishuo/app/core_module/mine/view/ui/activity/UserInfoDetailActivity.java

@@ -93,7 +93,7 @@ public class UserInfoDetailActivity extends SheishuoUI {
         }
 
         //for crash test
-        CrashReport.testJavaCrash();
+//        CrashReport.testJavaCrash();
 
     }
 

+ 1 - 1
app/src/com/sheishuo/app/main/activity/MainActivity.java

@@ -127,7 +127,7 @@ public class MainActivity extends SheishuoUI {
         }
 
 
-        CrashReport.initCrashReport(getApplicationContext(), "81e3f6e720", true);
+//        CrashReport.initCrashReport(getApplicationContext(), "81e3f6e720", true);
 
         onInit();