diff options
author | 2023-08-15 18:05:16 +0000 | |
---|---|---|
committer | 2023-08-15 18:05:16 +0000 | |
commit | eabdb61550c2bcb678c61aed03d4a6d1376748f7 (patch) | |
tree | 388db5851cb84d7d74311e22487935e9bf0b4c26 /cmds/dumpstate/DumpstateService.cpp | |
parent | 652493db2c61804e81342bfd77f4b5e14dc02e1f (diff) | |
parent | 8e401ad1a921fa35b907e507f2a730025001c6f5 (diff) |
Merge "Add bugreport mode for debugging onboarding." into main
Diffstat (limited to 'cmds/dumpstate/DumpstateService.cpp')
-rw-r--r-- | cmds/dumpstate/DumpstateService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/DumpstateService.cpp b/cmds/dumpstate/DumpstateService.cpp index a7bc018ff6..c787113765 100644 --- a/cmds/dumpstate/DumpstateService.cpp +++ b/cmds/dumpstate/DumpstateService.cpp @@ -141,6 +141,7 @@ binder::Status DumpstateService::startBugreport(int32_t calling_uid, bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && + bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_ONBOARDING && bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_DEFAULT) { MYLOGE("Invalid input: bad bugreport mode: %d", bugreport_mode); signalErrorAndExit(listener, IDumpstateListener::BUGREPORT_ERROR_INVALID_INPUT); |