Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Aug 5, 2017
1 parent e3ea5a9 commit 99b0364
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/com/luck/pictureselector/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.app.Application;

import com.squareup.leakcanary.LeakCanary;
import com.tencent.bugly.crashreport.CrashReport;

/**
* author:luck
Expand All @@ -24,7 +23,5 @@ public void onCreate() {
}
LeakCanary.install(this);
LeakCanary.install(this);
//bugly追踪的上报测试时候设置为true
CrashReport.initCrashReport(getApplicationContext(), "b43cc54bf9", true);
}
}

0 comments on commit 99b0364

Please sign in to comment.