Searched refs:dumpstate (Results 1 – 21 of 21) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | README.md | 1 # `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 …]
|
D | dumpstate.rc | 6 service dumpstate /system/bin/dumpstate -s 8 socket dumpstate stream 0660 shell log 15 service dumpstatez /system/bin/dumpstate -S 16 socket dumpstate stream 0660 shell log 22 # bugreportd starts dumpstate binder service and makes it wait for a listener to connect. 23 service bugreportd /system/bin/dumpstate -w
|
D | Android.bp | 87 "android.hardware.dumpstate@1.0", 88 "android.hardware.dumpstate@1.1", 89 "android.hardware.dumpstate-V1-ndk", 122 name: "dumpstate", 127 "dumpstate.cpp", 149 init_rc: ["dumpstate.rc"], 158 "dumpstate.cpp", 179 "dumpstate.cpp",
|
D | dumpstate.h | 49 namespace dumpstate { 102 friend class android::os::dumpstate::ProgressTest; 103 friend class android::os::dumpstate::DumpstateTest; 190 friend class android::os::dumpstate::DumpstateTest; 191 friend class android::os::dumpstate::ZippedBugReportStreamTest; 218 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS; 237 const android::os::dumpstate::CommandOptions& options = 238 android::os::dumpstate::CommandOptions::DEFAULT, 256 const android::os::dumpstate::CommandOptions& options = DEFAULT_DUMPSYS, 538 std::unique_ptr<android::os::dumpstate::DumpPool> dump_pool_; [all …]
|
D | bugreport-format.md | 7 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).
|
D | DumpPool.h | 29 namespace dumpstate { 76 friend class android::os::dumpstate::DumpPoolTest;
|
D | TaskQueue.cpp | 21 namespace dumpstate { namespace
|
D | TaskQueue.h | 27 namespace dumpstate {
|
D | DumpstateUtil.h | 35 namespace dumpstate {
|
D | DumpPool.cpp | 32 namespace dumpstate { namespace
|
D | dumpstate.cpp | 101 namespace dumpstate_hal_hidl_1_0 = android::hardware::dumpstate::V1_0; 102 namespace dumpstate_hal_hidl = android::hardware::dumpstate::V1_1; 103 namespace dumpstate_hal_aidl = aidl::android::hardware::dumpstate; 124 using android::os::dumpstate::CommandOptions; 125 using android::os::dumpstate::DumpFileToFd; 126 using android::os::dumpstate::DumpPool; 127 using android::os::dumpstate::PropertiesHelper; 128 using android::os::dumpstate::TaskQueue; 129 using android::os::dumpstate::WaitForTask; 1654 Dumpstate::RunStatus Dumpstate::dumpstate() { in dumpstate() function in Dumpstate [all …]
|
D | DumpstateUtil.cpp | 40 namespace dumpstate { namespace
|
/frameworks/base/packages/Shell/ |
D | Android.bp | 19 include_dirs: ["frameworks/native/cmds/dumpstate/binder"], 40 include_dirs: ["frameworks/native/cmds/dumpstate/binder"],
|
/frameworks/native/ |
D | PREUPLOAD.cfg | 10 cmds/dumpstate/ 41 …e_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
|
/frameworks/base/services/tests/servicestests/src/com/android/server/os/ |
D | OWNERS | 2 include /platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/frameworks/base/core/tests/bugreports/ |
D | OWNERS | 2 file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | OWNERS | 2 per-file Bugreport* = file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 11 - `PROGRESS:<progress>/<total>` as `dumpstate` progresses (where `<progress>` is the current
|
/frameworks/base/core/java/android/os/ |
D | OWNERS | 64 per-file Bugreport* = file:/platform/frameworks/native:/cmds/dumpstate/OWNERS
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 51 namespace dumpstate { namespace 53 using DumpstateDeviceAidl = ::aidl::android::hardware::dumpstate::IDumpstateDevice; 54 using ::android::hardware::dumpstate::V1_1::DumpstateMode;
|
D | dumpstate_smoke_test.cpp | 38 namespace dumpstate { namespace
|