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

bugsnag / bugsnag-android / 175 / 5
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2018 01:43AM UTC
Files 47
Run time 2s
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

08 Nov 2018 01:06AM UTC coverage: 76.226%. Remained the same
NDK_VERSION=r16b

push

travis-ci-com

web-flow
fix(ndk): Ensure 64-bit devices do not use 32-bit logic (#383)

Small refactor of the API 21+ stack unwinding logic to restrict 32-bit
unwinding style from 64-bit devices.

While the stack enhancements added in #378 are intended only to be run
on 32-bit devices and gated to the arm build, when 64-bit devices
are running the 32-bit library, the stacktraces for those devices were
unintentionally affected.

This is the case when an app is configured to only run 32-bit binaries
(Android cannot run both 64-bit and 32-bit binaries at once), and many
popular libraries (e.g. React Native) only distribute 32-bit libraries.

Added additional improvement to the 32-bit stacktrace resolution by
switching to nongnu libunwind only for those devices. This significantly
improves the number of frames which can be unwound without risk of a
segfault.

2161 of 2835 relevant lines covered (76.23%)

0.76 hits per line

Source Files on job 175.5 (NDK_VERSION=r16b)
  • Tree
  • List 0
  • Changed 14
  • Source Changed 14
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1634
  • Travis Job 175.5
  • cbdd572e on github
  • Prev Job for NDK_VERSION=r16b on master (#157.5)
  • Next Job for NDK_VERSION=r16b on master (#176.5)
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