Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
je...@google.com <je...@google.com>
cm...@google.com <cm...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
-
Are you reporting this as a Developer or User?
-
Please confirm if you are using any third party application as a launcher?
-
Could you please provide a screen record of the issue for us to further investigate?
Note: Please upload the files to google drive and share the folder to
xo...@google.com <xo...@google.com> #3
- I am a User
- No third party launcher using Default pixel launcher
- I cannot for now recreate the bug but will enable screen record and upload when caught
an...@google.com <an...@google.com> #4
Thank you for your response.
Once you are able to reproduce this bug, please upload the screen record of the issue.
Description
Prior to AGP 7.1.0, it was possible to pipe lint output to stdout via
textOutput 'stdout'
, but nowtextOutput
is aFile
and it's not clear how to pipe to stdout now aside from creating a separate task that then reads this file after the lint analysis task runs. It's totally fine if that's the case, but then the doc should probably be updated too as it still suggeststextOutput 'stdout'
.