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

bugsnag / bugsnag-android / 422 / 4
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 22 Jan 2019 02:46PM UTC
Files 47
Run time 3s
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

22 Jan 2019 02:12PM UTC coverage: 75.895% (-0.4%) from 76.274%
NDK_VERSION=r14b

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

2204 of 2904 relevant lines covered (75.9%)

0.76 hits per line

Source Files on job 422.4 (NDK_VERSION=r14b)
  • Tree
  • List 0
  • Changed 16
  • Source Changed 15
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1814
  • Travis Job 422.4
  • 31d75900 on github
  • Prev Job for NDK_VERSION=r14b on master (#409.4)
  • Next Job for NDK_VERSION=r14b on master (#425.4)
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