加回来了模拟周边车辆渲染的功能 200辆对地图进行压力测试
This commit is contained in:
@@ -33,16 +33,11 @@ public class UpgradeReportProvider implements IProvider {
|
||||
public void init(Context context) {
|
||||
Logger.d(TAG, "init");
|
||||
String packageName = context.getPackageName();
|
||||
String processName = getProcessName(android.os.Process.myPid());
|
||||
|
||||
//设置Bugly 用户策略(UserStrategy)
|
||||
CrashReport.UserStrategy strategy = new CrashReport.UserStrategy(context);
|
||||
|
||||
strategy.setUploadProcess(processName == null || processName.equals(packageName));
|
||||
|
||||
CrashReport.putUserData(context, "serial", MoGoAiCloudClientConfig.getInstance().getSn());
|
||||
|
||||
Bugly.init(context, "f3f8b0b2f1", true, strategy);
|
||||
String processName = getProcessName( android.os.Process.myPid() );
|
||||
CrashReport.UserStrategy strategy = new CrashReport.UserStrategy( context );
|
||||
strategy.setUploadProcess( processName == null || processName.equals( packageName ) );
|
||||
CrashReport.initCrashReport( context, "f3f8b0b2f1", true, strategy );
|
||||
CrashReport.putUserData( context, "serial", MoGoAiCloudClientConfig.getInstance().getSn() );
|
||||
String mapSDKVersion = AppUtils.getCustomMapSDKVersion(context);
|
||||
CrashReport.putUserData( context, "MAP_SDK_VERSION",mapSDKVersion );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user