commit | 58633b892f1bd70a3b56ddb29cf729c430b9d9f1 | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Tue Aug 11 16:08:43 2015 -0700 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Tue Aug 11 23:36:55 2015 -0700 |
tree | 3b15d5bcd3ee4984acdc47e9cdbe1d7f5b29d59b | |
parent | 39c7b3bc5470579bf235e4bdba2b8c2a8f264d93 [diff] |
adb: make stdin/stdout/stderr redirection errors fatal Make these fatal errors: - Win32 GetTempPathW() failures. - Errors opening /dev/null (and don't use LOG(FATAL) for this error since that will do a crash-dump on Windows which isn't appropriate for a transient runtime error). - Errors with dup2. - Errors opening adb.log. Change-Id: Ided76a5436d8c6f059d8f6799c49ba04c87181ae Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>