Skip to content

Releases: newrelic/newrelic-ndk-agent

1.1.1

05 Aug 20:45
d379176
Compare
Choose a tag to compare

What's Changed

[NR-271330] chore: shutdown() now returns boolean

Like initialize().

[NR-271330] fix: unlock called on destroyed mutex

No reason to destroy the mutex, process is shutting down anyway

fix: misc fixes

  • rename thread: posix threads have 16-char max
  • truncate reports to the length of string, or buff size if over limit
  • refactor sig-utils
  • bump version

[NR-274896] Resolve NDK leaks and crashes

[NR-274896] chore: update Android SDK levels

Full Changelog: 1.1.0...1.1.1

1.1.0

27 Jun 21:38
ff8eb0f
Compare
Choose a tag to compare

What's Changed

  • Reduce the overall size of the agent
  • Add feature flag to have the ability to disable ANR detection in the agent

1.0.4

19 Oct 17:44
Compare
Choose a tag to compare

What's Changed

  • Fixed a memory leak when ANRMonitor is enabled.

1.0.3

20 Jul 19:30
463b07a
Compare
Choose a tag to compare

What's Changed

  • Fixed java.lang.NoSuchMethodError when using the NDK agent and Android agent version 6.11.0 and higher.

Full Changelog: 1.0.2...1.0.3

1.0.2

16 May 20:37
Compare
Choose a tag to compare

What's Changed

  • Updated Kotlin library to a version that addressed a vulnerability.

1.0.1

11 Apr 18:39
bf32f73
Compare
Choose a tag to compare

What's Changed

  • Addressed a memory leak resulting from ANR detection

1.0.0

01 Jul 05:59
b9d0874
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/newrelic/android-agent-ndk/commits/1.0.0