Google play list this error Broadcast of Intent { act=android.accounts.LOGIN_ACCOUNTS_CHANGED

Viewed 2004

I got following error on google play store but I have no idea why this error occured. They said that it is happing on (Sharp AQUOS sense2 SH-01L Android 9 (SDK 28) ). I have logcat but I can't find anything in logcat too. I already released to production. This one is my bugs fixed for new release.

ANR in com.google.android.apps.tachyon;PID: 18069;Broadcast of Intent { 
act=android.accounts.LOGIN_ACCOUNTS_CHANGED flg=0x5000010 cmp=com.google.android.apps.tachyon/com.google.apps.tiktok.account.data.device.DeviceAccountsChangedReceiver_Receiver };
1 Answers

A similar Error occurred for me as well. "ANR in com.google.android.apps.tachyon" at same device "Sharp AQUOS sense2 SH-01L"

 E/ActivityManager(1566): ANR in com.google.android.apps.tachyon
 E/ActivityManager(1566): PID: 18457
 E/ActivityManager(1566): Reason: Broadcast of Intent { act=android.intent.action.LOCALE_CHANGED flg=0x11200010 cmp=com.google.android.apps.tachyon/.common.applifecycle.LocaleChangeReceiver }

I believe this device has com.google.android.apps.tachyon app is installed by default and an automatic update for this app could be running in the background (just a guess) which crashes anytime.

The crash is just a coincidence.

It will not happen every time with the same app and with the same use case. It will also not happen with any other device. just update the versionCode and publish the App again.

One other option is to go to the device catalog and mark this device as not supported.

Related