Fixed
Status Update
Comments
sh...@google.com <sh...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com> #3
for the "out" bundle issue, this seems indeed an issue. for the second one reported adding "debugUpdateAPKArtifact" to the path, this WAI as there can more more than one transformer and we need to automatically separate them so they do not use the same output folder. for #3, I will look at it but it might be difficult to change it at this time.
au...@google.com <au...@google.com> #4
I understand that if there is more transformer is necessary to make every folder different, but there is the main problem, that the final one (last transform) is inside of the intermediate folder. The last transformation should end in the standard location, right? Maybe also with the default name not?
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