Вячеслав Елсуков
Вячеслав Елсуков
Hi. As I get it you've decided to implement an option enabling frame pointers. But it's not exactly what we need. The point is, before using Sentry(with AppCenter) we could...
Correct me please if I get it wrong. It sounds like you don't need unwind tables in binaries on the client(inside our APK), only in binaries(with DebugInfo) we upload to...
Exactly right. Frame pointers is a point of consideration for us at the moment. We have to make experiments with `-fno-omit-frame-pointer` to estimate impact on size and performance
Hi. We've done several tests with `-fno-omit-frame-pointer `and decided that it's more preferable variant than `-funwind-tables`. Frame-pointer has lass impact on size: **~150Kb**(FP) vs **3Mb**(UT) in one of our app....