去除log信息

This commit is contained in:
lianglihui
2021-06-15 16:04:04 +08:00
parent d54d4f51e2
commit a552314e3e
3 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ class BuglyCrashReportProvider implements ITestCrashReportProvider {
CrashReport.initCrashReport( context, "f3f8b0b2f1", true, strategy );
CrashReport.putUserData( context, "serial", MoGoAiCloudClientConfig.getInstance().getSn() );
String mapSDKVersion = AppUtils.getCustomMapSDKVersion(context);
Log.e("lianglihui", "init: "+mapSDKVersion);
CrashReport.putUserData( context, "MAP_SDK_VERSION",mapSDKVersion );
}