android-lint-performance-probe
android-lint-performance-probe copied to clipboard
A tool to help pinpoint performance bottlenecks in individual Android Lint checks.
- Gradle 6.8.3 - JDK 11.0.9 - Android Gradle Plugin 4.2.0-alpha12 - Kotlin 1.4.32 Upon running `./gradlew jvmArgs -Pallocations` I'm told to add jvmargs: ``` Note: using the allocation instrumentation...
Wasn't sure where to put this because this is not AGP related (only Lint performance related) but I figure I should add this here. We are migrating from Buck which...
Looks like gradle-wrapper are exempt now: https://github.com/ossf/scorecard/blob/main/checks/raw/binary_artifact.go#L62, so adding one again seems to be reasonable. cc: @tnorbye