Playstore 崩溃转储中缺少行号

Posted

技术标签:

【中文标题】Playstore 崩溃转储中缺少行号【英文标题】:Missing line numbers at playstore crashdumps 【发布时间】:2017-11-18 09:43:23 【问题描述】:

我正在使用 kotlin 开发一些 android 应用程序,如果使用 proguard,playstore 在故障转储中没有显示行号。有谁知道可能是什么问题?

编辑:我正在上传 mapping.txt 文件

【问题讨论】:

【参考方案1】:

显然添加了一些新的 proguard 规则修复了它。

-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable

【讨论】:

发布应用后是否上传了mapping.txt文件? 是的,我做了,更新了问题。无论如何,它现在适用于 proguard 规则,谢谢 没关系,***.com/questions/10158849/…的副本

以上是关于Playstore 崩溃转储中缺少行号的主要内容,如果未能解决你的问题,请参考以下文章

Android 不会在运行时崩溃时转储错误跟踪

QThread 转储核心

在某些设备上从 PlayStore 下载后,Android App Bundle 崩溃

在 playstore (SQLiteConnection.java) 上启动后,我的 Flutter 应用程序在多个设备上崩溃

如何将mapping.txt上传到PlayStore

SQL 新手只是试图导入 SQL 转储以在 python 中使用,不断收到“缺少数据库”和“缺少列”错误