version:1.6.1
fix: update:增加bugly
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user