Fixed
Status Update
Comments
sh...@google.com <sh...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com> #2
Fixed with Change-Id: I39f9063be404ca7113b178b3208ce6638f7f4469, which will be in AGP 8.0.0-alpha03.
Set android.lint.printStackTrace=true
in your gradle.properties
.
sp...@google.com <sp...@google.com> #3
Reopening this one because I don't see the added property being used, so I wanted to make sure you saw that it was added, Aurimas.
au...@google.com <au...@google.com> #4
Oh! totally dropped the ball on it. Adding it in aosp/2603727
Description
In androidx we want to by default to print out stacktraces if Android Lint crashes. The only way to do that today is to set
LINT_PRINT_STACKTRACE=true
, but that sadly requires us to modify./gradlew
to always set it.It would be awesome if AGP provided a gradle property that does this, something like
android.lint.printstacktracesoncrash=true