One line NDK crashlogs on android
问题 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