Merge branch 'hotfix-v4.5.2-252-crash' into 'release'

处理一些数组越界闪退

See merge request halo/assistant-android!51
This commit is contained in:
juntao
2020-12-23 10:58:40 +08:00
5 changed files with 6 additions and 10 deletions

View File

@ -66,10 +66,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 {