commit | a51f3fa6fed47604361981bacf1f0b78fd75f645 | [log] [tgz] |
---|---|---|
author | Yao Chen <yaochen@google.com> | Fri Apr 26 10:30:11 2019 -0700 |
committer | Yao Chen <yaochen@google.com> | Tue Apr 30 11:51:24 2019 -0700 |
tree | 621865e274f7ce95880effed3e57800c81626c13 | |
parent | 4a4bc355e785852b776e873bf834be7b0cfc0000 [diff] [blame] |
Remove encryption from incidentd Test: build Bug: 131371777 Change-Id: I412c73658025246004412f3bcdcf30f74d766326
diff --git a/cmds/incidentd/src/Reporter.cpp b/cmds/incidentd/src/Reporter.cpp index dc4065b..02b6bbe 100644 --- a/cmds/incidentd/src/Reporter.cpp +++ b/cmds/incidentd/src/Reporter.cpp
@@ -465,8 +465,7 @@ } }); - return filter.writeData(buffer, PRIVACY_POLICY_LOCAL, &mMaxSectionDataFilteredSize, - true /*encrypt if needed*/); + return filter.writeData(buffer, PRIVACY_POLICY_LOCAL, &mMaxSectionDataFilteredSize); }