summaryrefslogtreecommitdiffstats
path: root/sdm/libs/utils/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/utils/debug.cpp')
-rw-r--r--sdm/libs/utils/debug.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdm/libs/utils/debug.cpp b/sdm/libs/utils/debug.cpp
index d0d21ee95..9e128ba75 100644
--- a/sdm/libs/utils/debug.cpp
+++ b/sdm/libs/utils/debug.cpp
@@ -148,5 +148,13 @@ bool Debug::GetProperty(const char* property_name, char* value) {
return true;
}
+bool Debug::SetProperty(const char* property_name, const char* value) {
+ if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
+ return false;
+ }
+
+ return true;
+}
+
} // namespace sdm