You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Telemetry shows MSAL related crash for extremely small size of users (0.0006% total users) but high hit rate for these impacted users. All affected OS is Android 11, devices are mostly Pixel 5.
Crash
com.microsoft.identity.common.internal.util.AccountManagerUtil.canUseAccountManagerOperation
AccountManagerUtil.java, line 62
java.lang.NullPointerException: Attempt to get length of null array
for (finalStringaccountType : devicePolicyManager.getAccountTypesWithManagementDisabled()) {
gitaumoses4
added
the
Issue Triage
The engineering team has looked into the issue, understood the issue, labelled/classified the issue
label
Nov 8, 2021
Issue
Telemetry shows MSAL related crash for extremely small size of users (0.0006% total users) but high hit rate for these impacted users. All affected OS is Android 11, devices are mostly Pixel 5.
Crash
com.microsoft.identity.common.internal.util.AccountManagerUtil.canUseAccountManagerOperation
AccountManagerUtil.java, line 62
java.lang.NullPointerException: Attempt to get length of null array
Version
commonVersion=3.6.2
msalVersion=2.2.1
Stack traces
com.microsoft.identity.common.internal.util.AccountManagerUtil.canUseAccountManagerOperation AccountManagerUtil.java:62
com.microsoft.identity.common.internal.controllers.BrokerMsalController.getIpcStrategies BrokerMsalController.java:160
com.microsoft.identity.common.internal.controllers.BrokerMsalController. BrokerMsalController.java:124
com.microsoft.identity.client.internal.controllers.MSALControllerFactory.getDefaultController MSALControllerFactory.java:73
com.microsoft.identity.client.PublicClientApplication.create PublicClientApplication.java:917
com.microsoft.identity.client.PublicClientApplication.createMultipleAccountPublicClientApplication PublicClientApplication.java:980
com.microsoft.identity.client.PublicClientApplication.access$100 PublicClientApplication.java:202
com.microsoft.identity.client.PublicClientApplication$4.run PublicClientApplication.java:458
java.lang.Thread.run Thread.java:923
The text was updated successfully, but these errors were encountered: