| Index: chromeos/dbus/debug_daemon_client.h
|
| diff --git a/chromeos/dbus/debug_daemon_client.h b/chromeos/dbus/debug_daemon_client.h
|
| index 81593544430e27183ebc9dc240e4b97f44be9272..e168c6619622f441193513f7ec4cf174e58d2a77 100644
|
| --- a/chromeos/dbus/debug_daemon_client.h
|
| +++ b/chromeos/dbus/debug_daemon_client.h
|
| @@ -81,6 +81,9 @@ class CHROMEOS_EXPORT DebugDaemonClient {
|
| GetAllLogsCallback;
|
| virtual void GetAllLogs(const GetAllLogsCallback& callback) = 0;
|
|
|
| + // Same output format as GetAllLogs just that it returns logs for feedback.
|
| + virtual void GetFeedbackLogs(const GetAllLogsCallback& callback) = 0;
|
| +
|
| // Requests to start system/kernel tracing.
|
| virtual void StartSystemTracing() = 0;
|
|
|
|
|