Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
05-29-2023 10:42 PM
Hello,
i'm looking for a way to reduce or even stop AppDynamics from building the DexArchiveBuilderTask/ DexBuilderDebug task during debug builds which is causing a bottle neck in every single Gradle build.
I've added the flag false but AppDynamic seems to still trigger the dex builder.
adeum {
..
enabledForDebugBuilds = false
..
}
problem: Dex builder runs every time during debug build
// ./gradlew build
:app:myexample:dexBuilderDebug
Duration: 102s / 30%
Type: com.android.build.gradle.internal.tasks.DexArchiveBuilderTask
Task Execution Categories: Uncategorized
Warnings
no warnings found
Reason task ran
Input property 'mixedScopeClasses` file /Users/****/build/intermediates/transform/AppDynamics/debug/349.jar has changed
Input property 'mixedScopeClasses` file /Users/****/build/intermediates/transform/AppDynamics/debug/501/com/appdynamics/...BuildInfo.class has changed
I'd appreciate any suggestion on how to achieve this as it's causing a large amount of build times during debug builds.
regards,
Red
05-31-2023 01:33 PM
Hi, @Red.Bean
In conversation here, the advice I'm getting is for you to open a Support ticket. The team would need to do more debuggging to get to the bottom of things.
Claudia Landivar
Community Manager & Editor
06-06-2023 01:43 PM
Hi @Red.Bean,
I asked around and found some info for you.
1. Check out the release notes for the Android agent here: https://docs.appdynamics.com/appd/23.x/23.4/en/product-and-release-announcements/release-notes#id-.R...
A new way to disable the instrumentation that is going to speed up the build. “DisabledForBuildTypes” is the name of the property and the speed improvement will come only with AGP >= 7.4.
23.6 should be coming out soon to address issues with 23.4.1
Keep an eye on the release notes page for new releases
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form