summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/DumpstateService.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/dumpstate/DumpstateService.h')
-rw-r--r--cmds/dumpstate/DumpstateService.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/dumpstate/DumpstateService.h b/cmds/dumpstate/DumpstateService.h
index 7bca24ae33..131aff30a3 100644
--- a/cmds/dumpstate/DumpstateService.h
+++ b/cmds/dumpstate/DumpstateService.h
@@ -41,6 +41,9 @@ class DumpstateService : public BinderService<DumpstateService>, public BnDumpst
bool getSectionDetails,
sp<IDumpstateToken>* returned_token) override;
+ binder::Status startBugreport(int fd, const sp<IDumpstateListener>& listener,
+ const DumpstateOptions& options, int32_t* returned_id) override;
+
private:
Dumpstate& ds_;
std::mutex lock_;