处理部分 SonarQube 问题

This commit is contained in:
张玉久
2022-05-24 10:22:09 +08:00
parent 4a9a955841
commit 38d1646fc0
25 changed files with 53 additions and 111 deletions

View File

@ -139,6 +139,7 @@ public class DataUtils {
try {
DataCollectionUtils.uploadError(context, Log.getStackTraceString(throwable));
} catch (Exception e) {
e.printStackTrace();
}
}