One line NDK crashlogs on android

你说的曾经没有我的故事 提交于 2019-12-24 08:56:53

问题


We have application which depends on ndk library packaged as aar. Also this app builds it's own NDK code using cmake.

We upload symbols using crashlyticsUploadSymbols<Flavor> task. And when I check build/fabric/<flavor>/release/csyms there is csym files for both libraries and all our supported architectures.

Everything seems ok, but native crashes symbolicated like this. Lots info about system lines and no info about contents of libglmapview which is most interesting part of every crash.

What is our next steps? How to find why it won't unwind native stack trace?

来源:https://stackoverflow.com/questions/43474262/one-line-ndk-crashlogs-on-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!