commit | 5b93a77a9da583c257b2b8fcadd41f451aa479d4 | [log] [tgz] |
---|---|---|
author | Emilian Peev <epeev@google.com> | Thu Feb 23 12:00:11 2017 +0000 |
committer | Emilian Peev <epeev@google.com> | Thu Feb 23 12:00:11 2017 +0000 |
tree | 00873084c2648f47842b16b341e3a62dc7fd01a2 | |
parent | 19c89fc907e3e208ee778693cb24c73dfc3f1ee2 [diff] |
Camera: Redirect dump to "/dev/null" instead of stdout This SELinux context doesn't have permission to access stdout in read/write mode. Doing so will result in violation and subsequent failure when running in binderized mode. Switch to '/dev/null' which still can be used with SELinux enabled. BUG: 35701060 Test: adb shell /data/nativetest/VtsHalCameraProviderV2_4TargetTest/VtsHalCameraProviderV2_4TargetTest Change-Id: Ib1cf2766ca41cfe3600ad8a4442a334dfab0e2c1