【发布时间】:2020-11-12 18:48:48
【问题描述】:
我最近将 targedtSdk 更改为 29 并发布了一个版本。并开始让这种崩溃称为中止。下面是我从游戏控制台获得的堆栈跟踪。所有崩溃仅发生在 Android 10 设备中。除了这些,没有其他信息了。
#00 pc 0000000000082fb4 /apex/com.android.runtime/lib64/bionic/libc.so (abort+160)
#00 pc 00000000004b4888 /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char const*)+2268)
#00 pc 000000000000c5b4 /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+608)
#00 pc 0000000000442f8c /apex/com.android.runtime/lib64/libart.so (art::OatHeader::GetCompilerFilter() const+280)
#00 pc 000000000044a884 /apex/com.android.runtime/lib64/libart.so (art::OatFile::GetCompilerFilter() const+40)
#00 pc 0000000000455d38 /apex/com.android.runtime/lib64/libart.so (art::OatFileManager::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits<char>>&)+376)
#00 pc 00000000004c1d78 /apex/com.android.runtime/lib64/libart.so (art::Runtime::DumpForSigQuit(std::__1::basic_ostream<char, std::__1::char_traits<char>>&)+104)
#00 pc 00000000004d5ad8 /apex/com.android.runtime/lib64/libart.so (art::SignalCatcher::HandleSigQuit()+1356)
#00 pc 00000000004d4b6c /apex/com.android.runtime/lib64/libart.so (art::SignalCatcher::Run(void*)+252)
#00 pc 00000000000e205c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36)
#00 pc 0000000000084af0 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)```
Made a staged rollout of 50% and the number of crashes for above is around 800 per day with active installs of 1.5M. So this is a major issue.
【问题讨论】:
-
我们发现问题是因为将facebook sdk升级到最新版本,我们恢复到旧版本并发布,问题没有出现。现在用脸书跟进。不确定这是否也是其他人的原因。
-
@Velu,我们也遇到了和你一样的崩溃问题,你能分享一下你用的是什么 facebook sdk 以及 sdk 的版本吗?
-
@notTdar 这不是同一个问题。嗨 Velu,你能和我分享 Facebook 版本吗?另外,我的应用仅在 Oppo 设备上报告
-
嗨@Velu,非常感谢您的指导,我会看看我的应用程序。这很有帮助。谢谢
标签: android android-10.0