Skip to content

Commit

Permalink
remove bugly config
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed May 9, 2019
1 parent 09d7f8b commit 500e1a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chat/src/main/java/cn/wildfire/chat/app/MyApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
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 @@ -18,8 +16,6 @@ public class MyApp extends BaseApp {
public void onCreate() {
super.onCreate();

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

0 comments on commit 500e1a7

Please sign in to comment.