commit | 4377234daafd210152a4aa0b9739d07cde20cfbf | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Thu Apr 04 09:35:51 2019 -0700 |
committer | Sandeep Patil <sspatil@google.com> | Thu Apr 04 09:35:51 2019 -0700 |
tree | 7eb3c65623f10b65a451e218d1d617c09b7cca5a | |
parent | c8f5cbb5b1aa7f1a1ad8d43e13f5deb539380b47 [diff] |
vdc: print the failed command with failure status. vdc currently only prints generic binder failure status on failure. This doesn't help debugging early boot failures at all since we don't know which exact vdc command failed. Fix that by adding the command as part of the failure message. Bug: 129946805 Test: Boot cuttlefish Change-Id: Ic2367cf592d6b5bf23d6d4b1447baa1baf41afe7 Signed-off-by: Sandeep Patil <sspatil@google.com>