管灌系统巡查员智能手机App
zuoxiao
2025-02-11 dde9027478b772dd60371937413ac2838c4f3bbd
app/src/main/java/com/dayu/pipirrapp/MyApplication.java
@@ -6,7 +6,7 @@
import com.jeremyliao.liveeventbus.LiveEventBus;
import com.tencent.bugly.crashreport.CrashReport;
//import cn.jpush.android.api.JPushInterface;
/**
 * author: zuo
@@ -19,7 +19,7 @@
    //数据库的tag值
    public String myTag = "-1";
    public String token;
    public String userId;
    public String userId;//2024120411461000002
    @Override
@@ -32,7 +32,7 @@
//        JPushInterface.setDebugMode(true);
//        JPushInterface.init(this);
        CrashReport.initCrashReport(getApplicationContext(), "3d4bcf7046", false);
        CrashReport.initCrashReport(getApplicationContext(), "f6dea280a2", false);
//        // 设置全局的UncaughtExceptionHandler
//        Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() {