version:1.6.1

fix:
update:增加bugly
This commit is contained in:
2023-08-31 17:10:09 +08:00
parent 29c799c744
commit ef7f35eccb
3 changed files with 10 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ import com.alibaba.sdk.android.push.CommonCallback;
import com.alibaba.sdk.android.push.noonesdk.PushServiceFactory;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.tencent.bugly.crashreport.CrashReport;
import com.tencent.mmkv.MMKV;
import com.uiui.zy.IGetInfoInterface;
import com.uiui.zyos.bean.MapBean;
@@ -62,6 +63,7 @@ public class RemoteManager {
getLocation();
try {
String sn = mGetInfoInterface.getSerial();
CrashReport.setDeviceModel(mContext, sn);
mMMKV.encode(SN_KEY, sn);
Log.e(TAG, "onServiceConnected: sn = " + sn);
} catch (RemoteException e) {