summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nandana Dutt <nandana@google.com> 2018-11-15 07:14:11 -0800
committer android-build-merger <android-build-merger@google.com> 2018-11-15 07:14:11 -0800
commite263c7ab6fc6dc6b68f00c22dd4ad98c80b4612c (patch)
tree738b367593ab786f5ec6945e9967cfc7f17c6cb0
parenta69abc999b8946e474b8d996584ca66c5141bccf (diff)
parente7189f4bf8759235e0224a45ff99d534ece14f35 (diff)
Merge "Fix notification description" am: 0b14b27387 am: d661a63ef8
am: e7189f4bf8 Change-Id: Iae59b0a5ba5840a3f96ab0b446508cd0ae9cc199
-rw-r--r--cmds/dumpstate/dumpstate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 904c0e924e..1a454367d9 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1977,7 +1977,8 @@ static void SetOptionsFromProperties(Dumpstate::DumpOptions* options) {
// Reset the property
android::base::SetProperty(PROPERTY_EXTRA_TITLE, "");
- options->extra_options = android::base::GetProperty(PROPERTY_EXTRA_DESCRIPTION, "");
+ options->notification_description =
+ android::base::GetProperty(PROPERTY_EXTRA_DESCRIPTION, "");
if (!options->notification_description.empty()) {
// Reset the property
android::base::SetProperty(PROPERTY_EXTRA_DESCRIPTION, "");