Skip to content

Commit

Permalink
fix(mobile): Make additional edits for style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Oct 4, 2024
1 parent 315366f commit 6619e03
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ freshnessValidatedDate: 2024-10-04
---

## Problem [#problem]
After an app crash, no crash data appears in the New Relic UI. You may see logs indicating that the Agent is unable to find the `buildId`, which is required for crashes to be processed on the New Relic side.
After an app crash, no crash data appears in the New Relic UI. You may see logs indicating that the agent is unable to find the `buildId`, which is required for crashes to be processed on the New Relic side.

**Console Agent Logs to Verify the Issue:**
Here are console agent log messages that verify the issue:

* `Agent.getBuildId() was unable to find a valid build Id. Crashes and handled exceptions will not be accepted.`
* `Invalid (null or empty build ID detected! Crash will be ignored by collector.`
* `ExceptionHelper: java.util.UUID:fromStringJava8(UUID.java:337) RandomUUID[java.lang.IllegalArgumentException] Invalid UUID string: `
* `ExceptionHelper: java.util.UUID:fromStringJava8(UUID.java:337) RandomUUID[java.lang.IllegalArgumentException] Invalid UUID string:`
* `Unable to get obfuscated flag in crash`

## Solution [#solution]
If no crash data appears after an app crash, please follow these steps:

1. Verify Gradle and AGP versions. Ensure you're using:
1. Ensure you're using these Gradle and AGP versions:

* Gradle Version **7.5 or higher**
* AGP (Android Gradle Plugin) Version ** **1999)
* Gradle version **7.5 or higher**
* AGP (Android Gradle Plugin) version ** **1999)

2. Configure ProGuard rules: Double-check that proper ProGuard rules are added to your ProGuard configuration file. Refer to the [Configuring ProGuard Rules](/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-proguard-or-dexguard-android-apps/) section in the setup documentation for guidance.

Expand Down

0 comments on commit 6619e03

Please sign in to comment.