|  |  | 
 |  |  | import com.jeremyliao.liveeventbus.LiveEventBus; | 
 |  |  | import com.tencent.bugly.crashreport.CrashReport; | 
 |  |  |  | 
 |  |  | //import cn.jpush.android.api.JPushInterface; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * author: zuo | 
 |  |  | 
 |  |  |     //数据库的tag值 | 
 |  |  |     public String myTag = "-1"; | 
 |  |  |     public String token; | 
 |  |  |     public String userId; | 
 |  |  |     public String userId;//2024120411461000002 | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     @Override | 
 |  |  | 
 |  |  |  | 
 |  |  | //        JPushInterface.setDebugMode(true); | 
 |  |  | //        JPushInterface.init(this); | 
 |  |  |         CrashReport.initCrashReport(getApplicationContext(), "3d4bcf7046", false); | 
 |  |  |         CrashReport.initCrashReport(getApplicationContext(), "f6dea280a2", false); | 
 |  |  |  | 
 |  |  | //        // 设置全局的UncaughtExceptionHandler | 
 |  |  | //        Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler() { |