version:3.6

fix:
update:增加bugly
This commit is contained in:
2023-10-13 14:33:49 +08:00
parent bf183a1dc2
commit ccd9dbe2d3
3 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import android.util.Log;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.tencent.bugly.crashreport.CrashReport;
import com.tencent.mmkv.MMKV;
import com.uiuios.aios.bean.MapBean;
import com.uiuios.aios.config.CommonConfig;
@@ -57,6 +58,7 @@ public class RemoteManager {
}
try {
String sn = mGetInfoInterface.getSerial();
CrashReport.setDeviceModel(mContext, sn);
mMMKV.encode(SN_KEY, sn);
Log.e(TAG, "onServiceConnected: sn = " + sn);
} catch (RemoteException e) {