Merge branch 'refs/heads/dev_robobus-d_241202_6.8.4' into dev_robotaxi-d_241210_6.9.0

This commit is contained in:
donghongyu-pc
2025-01-02 15:24:20 +08:00

View File

@@ -63,6 +63,7 @@ public class MogoApplication extends MainMoGoApplication {
//设置debug模式日志不上传
crashSystem.setDebug(BuildConfig.DEBUG);
try {
if (BuildConfig.DEBUG) {
// debug测试用的key
COUNTLY_APP_KEY = "d8cfb7be4679f650a6dc806d289a0d8c1996ed05";
@@ -121,6 +122,9 @@ public class MogoApplication extends MainMoGoApplication {
Countly.sharedInstance().crashes();
// C++ 崩溃报告
CountlyNative.initNative(this);
} catch (Exception e) {
e.printStackTrace();
}
}