Closed shashank-msra closed 1 year ago
Hi @shashank-ADOBE ,
Thank you for reporting. I checked the code around these lines, and it does not look like a MAM issue. I.e. without MAM integration, your app is likely to see the same ANR. MAM is being in the stack trace only because we are a wrapper around the actual Android API call.
Do you have an app without MAM integration that you can check for a similar trace?
at com.microsoft.intune.mam.client.app.offline.OfflineContentProviderBehavior.attachInfo (OfflineContentProviderBehavior.java:44)
at com.microsoft.intune.mam.client.content.MAMContentProvider.attachInfo (MAMContentProvider.java:68)
MAMContentProvider.attachInfo
is calling into OffineContentProviderBase.attachInfo
, which just calls the app defined attachInfo
method. This is the OffineContentProviderBase.attachInfo
method:
@Override
public void attachInfo(final Context context, final ProviderInfo info) {
mContentProvider.attachInfoMAM(context, info);
}
Thanks for responding. Agreed & although we do not have an builds without Intune MAM but I did find this happening in general with several other clients here: https://issuetracker.google.com/issues/234116801
Will followup from there. Closing this one.
Summary
We are observing scattered occurrences of this ANR when application is getting instantiated via different touch-points like
Repro Steps
The issue is non-reproducible locally, we are receiving
Details
Logs
Instance 1
Instance 2
Screenshots of the occurences on Playstore Dashboard https://drive.google.com/file/d/1D8PBB9Hk0_7Ijr0JmVOIbRu0RCdh7Ifk/view?usp=sharing https://drive.google.com/file/d/1cLQMrxr66_M_JjyQ0Z5Ls4Em1a_qEDcd/view?usp=sharing
Complete stack trace from Play-store https://drive.google.com/file/d/1NdzIVsV_jFYRDU1NspsFEBBYrDbUrsY9/view?usp=sharing https://drive.google.com/file/d/1OfO_95Q4jQYPnaxAh5ROnQH7KEbBzZz2/view?usp=sharing
AndroidX Dependencies
androidxCore = "1.6.0" androidxLifecycle = "2.3.1" androidxWorkManager = "2.7.0" androidxNavigation = "2.5.2" androidxStartupRuntime = "1.1.0" androidxDatastore = "1.0.0"
Third-Party Library Dependencies
If your app includes any third-party libraries, please list them here, along with the version info: