Merge branch 'hotfix-v4.5.2-252-crash' into 'release'
处理一些数组越界闪退 See merge request halo/assistant-android!51
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user