commit | e451771a8fd90d4edcc5a93b607d51560ca46905 | [log] [tgz] |
---|---|---|
author | Richard Gaywood <richardgaywood@google.com> | Fri Feb 05 15:53:00 2021 +0000 |
committer | Richard Gaywood <richardgaywood@google.com> | Mon Feb 08 13:38:37 2021 +0000 |
tree | cfdcf05505bea4814571174124fbb563056bb6bd | |
parent | 9e8fef20a7d38db6d23b6b4d2cfa5199acf55dfe [diff] |
Stop passing in statsFile fds as they will be leaked when returned to the caller. This is safe, as getCommittedStatsMerged() supports null-able values for the List<ParcelFileDescriptor>. Test: local compile and test; atom still pulls successfully. Change-Id: I083ea1150f54c5970fbf60ae320809d27c4f3207 Bug: 179008261