commit | 8f00ed038f1de6fa0bbc73588f849b969be1d841 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Wed Dec 07 17:42:44 2016 -0800 |
committer | Felipe Leme <felipeal@google.com> | Wed Dec 07 17:52:26 2016 -0800 |
tree | 35cbd41727c661002514bd3a7c729d818e75bacb | |
parent | d46a65c3c37e2c8ff80d5d74145f7e2345b61cd2 [diff] |
Fixed buffering issues. - Replace all printf(...) and puts(...) calls to dprintf(STDOUT_FILENO). - Replace all fflush(stdout) calls to fsync(STDOUT_FILENO). - Added duration reporters on for_each functions. Change-Id: If14b4d14ffc23bfead2ca8ad23b7b3027de01156 Fixes: 33128765 Test: manual verification Test: dumpstate_test passes