OSDN Git Service

Implement System Properties Section
authorYi Jin <jinyithu@google.com>
Tue, 7 Nov 2017 01:43:47 +0000 (17:43 -0800)
committerYi Jin <jinyithu@google.com>
Tue, 14 Nov 2017 18:54:24 +0000 (10:54 -0800)
commit0dfa752e67116940f04a988ca4a264f7140dd81f
tree3aa662e1d9da3143bc0c3a05bf5711d346c58601
parenta379f499c8e27d2c18b7089feb18c7f0a44e0433
Implement System Properties Section

Bug: 68774852
Test: unit tested and on device tests
Change-Id: I0d4aadf8d4203fe56e35bbfb77e5c532116fd27e
Android.bp
cmds/incident_helper/src/ih_util.cpp
cmds/incident_helper/src/ih_util.h
cmds/incident_helper/src/main.cpp
cmds/incident_helper/src/parsers/SystemPropertiesParser.cpp [new file with mode: 0644]
cmds/incident_helper/src/parsers/SystemPropertiesParser.h [new file with mode: 0644]
cmds/incident_helper/testdata/system_properties.txt [new file with mode: 0644]
cmds/incident_helper/tests/SystemPropertiesParser_test.cpp [new file with mode: 0644]
core/proto/android/os/incident.proto
core/proto/android/os/system_properties.proto [new file with mode: 0644]
tools/streaming_proto/cpp/main.cpp