Home
last modified time | relevance | path

Searched refs:dumpstate (Results 1 – 13 of 13) 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
20 mmm -j frameworks/native/cmds/dumpstate device/acme/secret_device/dumpstate/ hardware/interfaces/du…
26 mmm -j frameworks/native/cmds/dumpstate && adb push ${OUT}/system/bin/dumpstate system/bin && adb s…
40 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest/dumpstate_test* /data/n…
46 mmm -j frameworks/native/cmds/dumpstate/ && adb push ${OUT}/data/nativetest/dumpstate_test* /data/n…
52 adb shell setprop dumpstate.dry_run true
55 ## To change the `dumpstate` version
[all …]
Ddumpstate.rc6 service dumpstate /system/bin/dumpstate -s
8 socket dumpstate stream 0660 shell log
14 service dumpstatez /system/bin/dumpstate -S -d -z \
16 socket dumpstate stream 0660 shell log
Ddumpstate.h44 namespace dumpstate {
93 friend class android::os::dumpstate::ProgressTest;
94 friend class android::os::dumpstate::DumpstateTest;
171 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS;
188 const android::os::dumpstate::CommandOptions& options =
189 android::os::dumpstate::CommandOptions::DEFAULT);
204 const android::os::dumpstate::CommandOptions& options = DEFAULT_DUMPSYS,
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
70 which had to be passed to `dumpsys` explicitly (by setting the `dumpstate.version` system property).
DAndroid.bp79 name: "dumpstate",
83 "android.hardware.dumpstate@1.0",
101 "dumpstate.cpp",
103 init_rc: ["dumpstate.rc"],
DDumpstateUtil.h24 namespace dumpstate {
Ddumpstate.cpp56 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice;
59 using android::os::dumpstate::CommandOptions;
60 using android::os::dumpstate::DumpFileToFd;
61 using android::os::dumpstate::PropertiesHelper;
62 using android::os::dumpstate::GetPidByName;
1041 static void dumpstate() { in dumpstate() function
1857 dumpstate(); in main()
DDumpstateUtil.cpp39 namespace dumpstate { namespace
Dutils.cpp61 using android::os::dumpstate::CommandOptions;
62 using android::os::dumpstate::DumpFileToFd;
63 using android::os::dumpstate::PropertiesHelper;
/frameworks/base/packages/Shell/
DAndroid.mk9 ../../../native/cmds/dumpstate/binder/android/os/IDumpstate.aidl \
10 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateListener.aidl \
11 ../../../native/cmds/dumpstate/binder/android/os/IDumpstateToken.aidl
13 LOCAL_AIDL_INCLUDES = frameworks/native/cmds/dumpstate/binder
/frameworks/native/cmds/bugreportz/
Dreadme.md11 - `PROGRESS:<progress>/<total>` as `dumpstate` progresses (where `<progress>` is the current
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1910 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service); in connect() local
1912 token = dumpstate.setListener("Shell", this); in connect()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp42 namespace dumpstate { namespace