commit | 29de4922dbfccbf1d6fd975a320f80ae7a28c7c4 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Tue Jun 07 16:14:07 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Tue Jun 07 16:35:50 2016 -0700 |
tree | 8eb6569cd0f3418c9871cb95f026762a4eefb4be | |
parent | a86d6c4df3b193060b4b725e1abfed4f69689843 [diff] |
Duplicate file descriptor when dumping asynchronously. dumpDbInfo() uses an async task when dumping from the system thread, but then the file descriptor is closed by the time the task is executed. As such, the system databases are not dumped. BUG: 29123428 Change-Id: Ibb8bbe503aa03c3ca13b2b1789f0ead0b869e9d5