Commit 628eeb24 authored by kenan's avatar kenan

fix game first run crash

parent aa6cd81c
......@@ -195,7 +195,6 @@
<!--android:priority="1000"-->
<service
android:name="cn.garymb.ygomobile.ui.plus.ServiceDuelAssistant"
android:process=":game"
android:priority="1000" />
</application>
......
......@@ -30,8 +30,8 @@ public class App extends GameApplication {
initImgsel();
// QbSdk.initX5Environment(this, null);
// QbSdk.setCurrentID("");
AppsSettings.init(this);
}
AppsSettings.init(this);
//初始化异常工具类
CrashHandler crashHandler = CrashHandler.getInstance();
crashHandler.init(getApplicationContext());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment