commit | 10b122b4e9dfabf873f8301b97f193141bdac859 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Wed Dec 04 15:48:42 2019 +0100 |
committer | Martijn Coenen <maco@google.com> | Wed Dec 04 15:50:29 2019 +0100 |
tree | 3b6ea6af7eecdc8a132617ca3344bd3b4da3ec44 | |
parent | 7e170b919e640cde969a7fbdc75be856f43cefb0 [diff] |
Don't LOG() after fork() and before exec(). LOG() can hang, because another vold thread may have been holding a libc lock at the time we forked. Simply moving the log line to before the fork(). Bug: 135341433 Test: atest AdoptableHostTest Change-Id: I6063eb33f35c835a226bc1e56de97ace426747ff