Skip to content

Commit

Permalink
remove bugly key
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed May 9, 2019
1 parent 500e1a7 commit 3dcb953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chat/src/main/java/cn/wildfire/chat/app/MyApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import android.app.ActivityManager;
import android.content.Context;

import com.tencent.bugly.crashreport.CrashReport;

import cn.wildfire.chat.app.third.location.viewholder.LocationMessageContentViewHolder;
import cn.wildfire.chat.kit.WfcUIKit;
import cn.wildfire.chat.kit.conversation.message.viewholder.MessageViewHolderManager;
Expand All @@ -16,6 +18,8 @@ public class MyApp extends BaseApp {
public void onCreate() {
super.onCreate();

// bugly,务必替换为你自己的!!!
CrashReport.initCrashReport(getApplicationContext(), "your bugly key", false);
// 只在主进程初始化
if (getCurProcessName(this).equals("cn.wildfirechat.chat")) {
wfcUIKit = new WfcUIKit();
Expand Down

0 comments on commit 3dcb953

Please sign in to comment.