Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个应用程序,该应用程序有时会在签名的 APK 中崩溃。我无法重现该问题,因此无法解决该问题。如何在签名的应用程序中创建崩溃日志的文本文件。
任何帮助,将不胜感激。谢谢
对于像这样的特定场景,您可以在项目中添加 Crashlytics/Analytics 库。在此类情况下,它们不仅不能帮助您,还可以提供关键的应用程序使用见解。其中一些像 Fabric 的 Crashlytics、Google Analytics 等甚至是免费的并且非常容易集成(几行代码左右)。考虑添加它们。