File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
chat/src/main/java/cn/wildfire/chat/app Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33import android .app .ActivityManager ;
44import android .content .Context ;
55
6+ import com .tencent .bugly .crashreport .CrashReport ;
7+
68import cn .wildfire .chat .app .third .location .viewholder .LocationMessageContentViewHolder ;
79import cn .wildfire .chat .kit .WfcUIKit ;
810import cn .wildfire .chat .kit .conversation .message .viewholder .MessageViewHolderManager ;
@@ -16,6 +18,8 @@ public class MyApp extends BaseApp {
1618 public void onCreate () {
1719 super .onCreate ();
1820
21+ // bugly,务必替换为你自己的!!!
22+ CrashReport .initCrashReport (getApplicationContext (), "your bugly key" , false );
1923 // 只在主进程初始化
2024 if (getCurProcessName (this ).equals ("cn.wildfirechat.chat" )) {
2125 wfcUIKit = new WfcUIKit ();
You can’t perform that action at this time.
0 commit comments