• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bugsnag / bugsnag-android / 422
83%

Build:
DEFAULT BRANCH: master
Ran 22 Jan 2019 02:45PM UTC
Jobs 3
Files 30
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
422

push

travis-ci-com

kattrali
fix(ndk): Switch unwinders based on required async signal-safety

When capturing a stacktrace from a signal handler or C++ terminate
handler different unwinders deadlock on different architectures and/or
Android API levels. This change uses different unwinders based on
whether async signal safety is required or not, by supported API levels.

It introduces libunwindstack as the signal-safe unwinder for API 15+ on
ARM64 and x86/x64 devices. For notify()/C++ exceptions, use libunwind,
nongnu libunwind, or libcorkscrew depending on the API level.

* libcorkscrew hangs when unwinding from a C++ exception on ARM 32-bit.
* libunwind hangs on ARM64 from a signal handler
* nongnu libunwind hangs on ARM32 from a signal handler if raise() is
  called directly

1390 of 2087 relevant lines covered (66.6%)

1.33 hits per line

Jobs
ID Job ID Ran Files Coverage
3 422.3 (NDK_VERSION=r12b) 22 Jan 2019 02:45PM UTC 0
75.9
Travis Job 422.3
4 422.4 (NDK_VERSION=r14b) 22 Jan 2019 02:46PM UTC 0
75.9
Travis Job 422.4
5 422.5 (NDK_VERSION=r16b) 22 Jan 2019 02:47PM UTC 0
75.9
Travis Job 422.5
Source Files on build 422
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #422
  • 31d75900 on github
  • Prev Build on master (#409)
  • Next Build on master (#425)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc