kathy zhou
kathy zhou

Reputation: 62

Crashlytics for ndk can't access system unwind

Crashlytics for ndk can't access system unwind with error info: Failed to find any usable unwinding libraries on the device, falling back to simple unwinding

Maybe this failure caused that we only got one line for the native crash.

My device is Nexus 6 with platform 7.1.1

Upvotes: 1

Views: 497

Answers (1)

Mike Bonnell
Mike Bonnell

Reputation: 16249

Mike from Fabric here. Yes, if we're unable to find libcorkscrew and libunwind then we switch to our own simple unwinder. The simple unwinder is only able to get the top-most frame in a crash which is why you're seeing this behavior. We plan on making this better.

Upvotes: 2

Related Questions