简体   繁体   English

与我的 Flutter 应用程序未使用的功能相关的奇怪的 Play 商店崩溃

[英]Weird Play Store crash related to features not used by my Flutter app

I am trying to publish a flutter app to Google Play store.我正在尝试将 Flutter 应用程序发布到 Google Play 商店。 Google internal testing is posting this ANR crash only on "AQUOS sense2 SH-01L - DOCOMO" device (sdk 28). Google 内部测试仅在“AQUOS sense2 SH-01L - DOCOMO”设备 (sdk 28) 上发布此 ANR 崩溃。

Error message mentions quicksearchbox , LOGIN_ACCOUNTS_CHANGED , TikTok , which is weird as my app does not use any social media, accounts/logins, or search.错误消息提到quicksearchboxLOGIN_ACCOUNTS_CHANGEDTikTok ,这很奇怪,因为我的应用程序不使用任何社交媒体、帐户/登录或搜索。 Watching the video, the app is working, I do not see it crash.观看视频,该应用程序正在运行,我没有看到它崩溃。

It is also weird that I would get this only on one of many devices they test with.奇怪的是,我只能在他们测试的众多设备之一上得到这个。 If I did something wrong in code, this would affect all devices (unless due to low memory or small screen or something like that which does not seem to be the case here).如果我在代码中做错了什么,这将影响所有设备(除非由于内存不足或小屏幕或类似的情况,这里似乎不是这种情况)。

How can I troubleshoot this?我该如何解决这个问题?

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

The error disappeared in the next release although I did not change anything significant.这个错误在下一个版本中消失了,尽管我没有改变任何重要的东西。 Probably was just a glitch on Google end.可能只是谷歌端的一个小故障。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM