aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Fakhry <afakhry@google.com>2016-03-10 19:57:25 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-03-11 15:17:35 -0800
commit8e2e37df9c5326a8e4198553a4befb0c1be97841 (patch)
tree3325a2acfab206e805d838bd3d6d689f18a56a7b
parente777e53c7618f69c6ce8cb3a12ac6350b531a4e1 (diff)
downloadsystem_api-8e2e37df9c5326a8e4198553a4befb0c1be97841.tar.gz
Expose the newly added method to debugd for D-Bus clients
The newly added GetBigFeedbackLogs() method needs to be exposed to D-Bus Clients. BUG=b:27210832 TEST=cros_workon_make --board=peach_pit chromeos-base/system_api --test Change-Id: I941ed0e5ef1036772e7994f72925fd6a63f49054 Reviewed-on: https://chromium-review.googlesource.com/332223 Commit-Ready: Ahmed Fakhry <afakhry@chromium.org> Tested-by: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org>
-rw-r--r--dbus/debugd/dbus-constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/debugd/dbus-constants.h b/dbus/debugd/dbus-constants.h
index ad3c9f9..11bf3ca 100644
--- a/dbus/debugd/dbus-constants.h
+++ b/dbus/debugd/dbus-constants.h
@@ -27,6 +27,7 @@ const char kGetLog[] = "GetLog";
const char kGetAllLogs[] = "GetAllLogs";
const char kGetUserLogFiles[] = "GetUserLogFiles";
const char kGetFeedbackLogs[] = "GetFeedbackLogs";
+const char kGetBigFeedbackLogs[] = "GetBigFeedbackLogs";
const char kTestICMP[] = "TestICMP";
const char kTestICMPWithOptions[] = "TestICMPWithOptions";
const char kLogKernelTaskStates[] = "LogKernelTaskStates";