commit | f032537ceacbc1834883ac34a4c3e81e0308fe81 | [log] [tgz] |
---|---|---|
author | songjinshi <songjinshi@xiaomi.com> | Mon May 30 20:58:18 2016 +0800 |
committer | 金时 宋 <songjinshi@xiaomi.com> | Thu Jun 30 00:55:45 2016 +0000 |
tree | 4f5c58e6189d27511019ba79c7ecc6e108f1b28b | |
parent | 256e246ae4ab87161c6095e9407106ec4bac3591 [diff] |
Fixes the system server hang forever issue caused by the monkey not read completed the sync pipe. - Incorrect exception handle. When no space left on the device the write will occurs an I/O exception, so we needed to catch it and continue to read the data of the sync pipe to aviod the bugreport hang forever. https://code.google.com/p/android/issues/detail?id=211970 Change-Id: I80c6548434587bcc17b50f0c246a5887cdd339cf Signed-off-by: songjinshi <songjinshi@xiaomi.com>