Home
last modified time | relevance | path

Searched refs:dumpstate (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/cmds/dumpstate/
DREADME.md1 # `dumpstate` development tips
3 ## To build `dumpstate`
8 m -j dumpstate
14 mmm -j frameworks/native/cmds/dumpstate
21 mmm -j frameworks/native/cmds/dumpstate device/acme/secret_device/dumpstate/ hardware/interfaces/du…
27 …j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb push …
56 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_* /data/nat…
62 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest64/dumpstate_test* /data…
68 adb shell setprop dumpstate.dry_run true
74 adb shell setprop dumpstate.unroot true
[all …]
Ddumpstate.rc6 service dumpstate /system/bin/dumpstate -s
8 socket dumpstate stream 0660 shell log
14 service dumpstatez /system/bin/dumpstate -S
15 socket dumpstate stream 0660 shell log
20 # bugreportd starts dumpstate binder service and makes it wait for a listener to connect.
21 service bugreportd /system/bin/dumpstate -w
Ddumpstate.h53 namespace dumpstate {
106 friend class android::os::dumpstate::ProgressTest;
107 friend class android::os::dumpstate::DumpstateTest;
200 friend class android::os::dumpstate::DumpstateTest;
201 friend class android::os::dumpstate::ZippedBugReportStreamTest;
217 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS;
239 const android::os::dumpstate::CommandOptions& options =
240 android::os::dumpstate::CommandOptions::DEFAULT,
258 const android::os::dumpstate::CommandOptions& options = DEFAULT_DUMPSYS,
411 ::android::hardware::dumpstate::V1_1::DumpstateMode dumpstate_hal_mode =
[all …]
DAndroid.bp87 "android.hardware.dumpstate@1.0",
88 "android.hardware.dumpstate@1.1",
115 name: "dumpstate",
120 "dumpstate.cpp",
141 init_rc: ["dumpstate.rc"],
150 "dumpstate.cpp",
168 "dumpstate.cpp",
Dbugreport-format.md7 A _bugreport_ is initially generated by dumpstate, then processed by **Shell**,
13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
19 On _Android M (Marshmallow)_, dumpstate still generates a flat
25 On _Android N (Nougat)_, `dumpstate` generates a zip file directly (unless there
34 The zip file also contains 2 metadata entries generated by `dumpstate`:
40 `dumpstate` can also copy files from the device’s filesystem into the zip file
52 Besides the files generated by `dumpstate`, **Shell** can also add 2 other
99 which had to be passed to `dumpsys` explicitly (by setting the `dumpstate.version` system property).
DTaskQueue.cpp21 namespace dumpstate { namespace
DDumpPool.h30 namespace dumpstate {
56 friend class android::os::dumpstate::DumpPoolTest;
DTaskQueue.h27 namespace dumpstate {
DDumpstateUtil.h34 namespace dumpstate {
DDumpPool.cpp32 namespace dumpstate { namespace
Ddumpstate.cpp92 using IDumpstateDevice_1_0 = ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
93 using IDumpstateDevice_1_1 = ::android::hardware::dumpstate::V1_1::IDumpstateDevice;
94 using ::android::hardware::dumpstate::V1_1::DumpstateMode;
95 using ::android::hardware::dumpstate::V1_1::DumpstateStatus;
96 using ::android::hardware::dumpstate::V1_1::toString;
116 using android::os::dumpstate::CommandOptions;
117 using android::os::dumpstate::DumpFileToFd;
118 using android::os::dumpstate::DumpPool;
119 using android::os::dumpstate::PropertiesHelper;
120 using android::os::dumpstate::TaskQueue;
[all …]
DDumpstateUtil.cpp40 namespace dumpstate { namespace
/frameworks/base/packages/Shell/
DAndroid.bp19 include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
37 include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
/frameworks/base/services/core/java/com/android/server/os/
DOWNERS2 per-file Bugreport* = file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
/frameworks/native/cmds/bugreportz/
Dreadme.md11 - `PROGRESS:<progress>/<total>` as `dumpstate` progresses (where `<progress>` is the current
/frameworks/native/
DPREUPLOAD.cfg33 …e_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
/frameworks/base/core/java/android/os/
DOWNERS72 per-file Bugreport* = file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp38 namespace dumpstate { namespace
Ddumpstate_test.cpp48 namespace dumpstate { namespace
50 using ::android::hardware::dumpstate::V1_1::DumpstateMode;