OSDN Git Service

Add ability to dump settings as proto buf
authorEugene Susla <eugenesusla@google.com>
Tue, 27 Dec 2016 23:49:30 +0000 (15:49 -0800)
committerEugene Susla <eugenesusla@google.com>
Sun, 22 Jan 2017 23:25:22 +0000 (15:25 -0800)
commitd72c39709d2f0a850dc32544324bfe4729ce81c6
tree62c057770f7c4b62c60deb6733c197a8d4277488
parentdaca8ee6a5b1c47bea2b61b952d2107bf560e229
Add ability to dump settings as proto buf

Test: Extracted the result via proto bug and as text and compared,
      ran new CTS Setting incident test
Change-Id: Icf7b54b9c5c0a613dfd413ad575001c7b637ca01
core/proto/android/os/incident.proto
core/proto/android/providers/settings.proto [new file with mode: 0644]
packages/SettingsProvider/src/com/android/providers/settings/SettingsProtoDumpUtil.java [new file with mode: 0644]
packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
packages/SettingsProvider/src/com/android/providers/settings/SettingsService.java
packages/SettingsProvider/src/com/android/providers/settings/SettingsState.java