summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/DumpstateService.cpp
diff options
context:
space:
mode:
author Nandana Dutt <nandana@google.com> 2019-08-07 07:39:24 -0700
committer android-build-merger <android-build-merger@google.com> 2019-08-07 07:39:24 -0700
commit4b40766c723e0dee8aa4fa55b5f73b93f2ada943 (patch)
tree1adfd4127d33f87c57859fac6c4d1cecff6b9fb9 /cmds/dumpstate/DumpstateService.cpp
parente4ee79090e7adbf9ab506d06034f38fde1808573 (diff)
parent9a3eb1fc995f9008745ff24c074d5c3a4c16e3ea (diff)
Merge "Remove old dumpstate aidl methods" am: 6f65b7f0dd am: 64fa943a29
am: 9a3eb1fc99 Change-Id: Ia6e6d21a3fd1519667d8996946ae88241fb46cbb
Diffstat (limited to 'cmds/dumpstate/DumpstateService.cpp')
-rw-r--r--cmds/dumpstate/DumpstateService.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/dumpstate/DumpstateService.cpp b/cmds/dumpstate/DumpstateService.cpp
index 37ba4f906e..f98df99534 100644
--- a/cmds/dumpstate/DumpstateService.cpp
+++ b/cmds/dumpstate/DumpstateService.cpp
@@ -200,8 +200,7 @@ status_t DumpstateService::dump(int fd, const Vector<String16>&) {
dprintf(fd, "id: %d\n", ds_->id_);
dprintf(fd, "pid: %d\n", ds_->pid_);
dprintf(fd, "update_progress: %s\n", ds_->options_->do_progress_updates ? "true" : "false");
- dprintf(fd, "update_progress_threshold: %d\n", ds_->update_progress_threshold_);
- dprintf(fd, "last_updated_progress: %d\n", ds_->last_updated_progress_);
+ dprintf(fd, "last_percent_progress: %d\n", ds_->last_reported_percent_progress_);
dprintf(fd, "progress:\n");
ds_->progress_->Dump(fd, " ");
dprintf(fd, "args: %s\n", ds_->options_->args.c_str());