我在我的 Android 应用程序中使用 firebase 崩溃报告 API。崩溃报告工作正常,并在崩溃报告仪表板上显示错误。但我无法在 firebase 上上传 mapping.txt 文件。我从下面的位置获得了映射文件。
\app\build\outputs\mapping\release\mapping.txt
Firebase仪表板图像如下
我在我的 Android 应用程序中使用 firebase 崩溃报告 API。崩溃报告工作正常,并在崩溃报告仪表板上显示错误。但我无法在 firebase 上上传 mapping.txt 文件。我从下面的位置获得了映射文件。
\app\build\outputs\mapping\release\mapping.txt
Firebase仪表板图像如下
I contact firebase support team and they give me some suggestions as bellow.
Please retry using an incognito window, or do the following when uploading proguard mapping file: – log out of your dashboard – clear your browser cache – disable all plugins/extensions/addons – restart the browser – log in again
If you are still having issues:
– try to connect using other browser or network
– open your JavaScript console and see if there are errors – send us your browser/os version – send a screenshot of errors in JavaScript console if possible
I solved my issue when I try to upload a file from another browser.
Hope this will help anyone who is facing the same problem like me.