Home
last modified time | relevance | path

Searched refs:bugreport_mode (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp120 int bugreport_mode, in startBugreport() argument
122 MYLOGI("startBugreport() with mode: %d\n", bugreport_mode); in startBugreport()
143 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
144 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_INTERACTIVE && in startBugreport()
145 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_REMOTE && in startBugreport()
146 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WEAR && in startBugreport()
147 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && in startBugreport()
148 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && in startBugreport()
149 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_DEFAULT) { in startBugreport()
150 MYLOGE("Invalid input: bad bugreport mode: %d", bugreport_mode); in startBugreport()
[all …]
DDumpstateService.h47 android::base::unique_fd screenshot_fd, int bugreport_mode,
Ddumpstate.h382 void Initialize(BugreportMode bugreport_mode, const android::base::unique_fd& bugreport_fd,
Ddumpstate.cpp2427 void Dumpstate::DumpOptions::Initialize(BugreportMode bugreport_mode, in Initialize() argument
2439 extra_options = ModeToString(bugreport_mode); in Initialize()
2440 SetOptionsFromMode(bugreport_mode, this); in Initialize()