Skip to content

Commit

Permalink
docs: android agent release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Jan 23, 2025
1 parent fdb9d2d commit e93a329
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@ The New Relic Gradle plugin extension allows you to configure the behavior of pl
Supported when used with Gradle 7.4 and higher.
</td>
</tr>

<tr>
<td><code>logInstrumentationEnabled</code></td>
<td>
Replaces Android Util Log Classes with NewRelic Log Method for log reporting
• Default: true

Supported when used with Gradle 7.4 and higher.
</td>
</tr>
</tbody>
</table>

Expand All @@ -94,6 +104,9 @@ Here are some simple examples showing how to apply plugin configuration options
// Exclude sample classes from instrumentation (regexp supported)
excludePackageInstrumentation("")
// Enable log instrumentation
logInstrumentationEnabled true
}
```
</Collapser>
Expand Down Expand Up @@ -153,4 +166,18 @@ Here are some simple examples showing how to apply plugin configuration options
}
```
</Collapser>

<Collapser
id="app-level"
title="Disable log instrumentation"
>
To disable log instrumentation

```gradle
newrelic {
// disable log instrumentation
logInstrumentationEnabled false
}
```
</Collapser>
</CollapserGroup>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
subject: Android agent
releaseDate: '2025-01-24'
version: 7.6.3
downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_Agent_7.6.3.zip'
---


## New Features
- Introduced build-time feature flag for LogInstrumentation
- Enhanced logging by including Session Attributes as Log Attributes

## Bug Fixes
- Resolved missed session events in background reporting feature
- Fixed memory leak related to mobile handled exceptions during network unavailability
- Corrected application crash scenario during agent shutdown


## Support statement

We recommend updating the agent at least every three months. Find specific policies and dates for Android agent support in the [Mobile Monitoring Agents EOL Policy](/docs/mobile-monitoring/new-relic-mobile/get-started/mobile-agents-eol-policy/#android-eol).

0 comments on commit e93a329

Please sign in to comment.