commit | 37625a4488a1f8a9a5f4989589c0efcf5603fc21 | [log] [tgz] |
---|---|---|
author | nkk71 <nkk71x@gmail.com> | Fri Dec 08 16:37:59 2017 +0200 |
committer | Dees Troy <dees_troy@teamw.in> | Fri May 25 18:19:17 2018 +0200 |
tree | a3d33a6f8a8cc456ee26cd2cc5bbc58e36700e16 | |
parent | e444d115526088493704e957d033e0e9f7c2918b [diff] |
vold_decrypt: Code cleanup * Separate stdout and stderr buffers: vdc's return codes get sent to stdout, but the possible presence of other error messages in the output buffer will cause a valid return from vdc not to be parsed properly, and subsequent decryption to fail due to "misunderstood" return code. eg on the U11+ (htc_ocm) libc will generate an error to stderr due to a missing property area resulting a proper connection to vold being incorrectly parsed, and breaking decryption. * Improve logging. Change-Id: I57987ebe4ee6754a78e79ca177506098f8301f8f
Team Win Recovery Project (TWRP)
You can find a compiling guide here.