处理一些数组越界闪退

This commit is contained in:
juntao
2020-12-23 10:55:37 +08:00
parent 0d9a4baf32
commit a944a7f730
5 changed files with 6 additions and 10 deletions

View File

@ -57,10 +57,6 @@ public class DataUtils {
});
Sentry.configureScope(scope -> {
User user = new User();
user.setId(HaloApp.getInstance().getGid());
scope.setUser(user);
if (BuildConfig.BUILD_TIME != 0L) {
scope.setTag("alias", "内测版" + BuildConfig.VERSION_NAME + "_" + BuildConfig.BUILD_TIME);
} else {