我的应用程序是在其他发行版(不是play store)中发布的,我想在Firebase Crashlytics Android中生成ANR日志。
我正在使用firebase Bom库及其在android 11中的工作,但不工作在较低的11。
implementation platform('com.google.firebase:firebase-bom:30.3.1')
implementation 'com.google.firebase:firebase-analytics-ktx'
发布于 2022-11-17 00:50:01
Crashlytics获得ANR的API是"getHistoricalProcessExitReasons“,它只能在11+设备上使用。
请检查此文档以供参考。
https://stackoverflow.com/questions/73245054
复制相似问题