Searched refs:dumpstate (Results 1 – 19 of 19) 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 14 service dumpstatez /system/bin/dumpstate -S -d -z \ 16 socket dumpstate stream 0660 shell log 21 # bugreportd starts dumpstate binder service and makes it wait for a listener to connect. 22 service bugreportd /system/bin/dumpstate -w
|
D | Android.bp | 79 "android.hardware.dumpstate@1.0", 107 name: "dumpstate", 110 "dumpstate.cpp", 138 init_rc: ["dumpstate.rc"], 145 "dumpstate.cpp", 155 "dumpstate.cpp",
|
D | dumpstate.h | 50 namespace dumpstate { 99 friend class android::os::dumpstate::ProgressTest; 100 friend class android::os::dumpstate::DumpstateTest; 209 static android::os::dumpstate::CommandOptions DEFAULT_DUMPSYS; 226 const android::os::dumpstate::CommandOptions& options = 227 android::os::dumpstate::CommandOptions::DEFAULT); 242 const android::os::dumpstate::CommandOptions& options = DEFAULT_DUMPSYS,
|
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 | DumpstateSectionReporter.h | 25 namespace dumpstate {
|
D | DumpstateSectionReporter.cpp | 23 namespace dumpstate { namespace
|
D | DumpstateUtil.h | 34 namespace dumpstate {
|
D | dumpstate.cpp | 75 using ::android::hardware::dumpstate::V1_0::IDumpstateDevice; 94 using android::os::dumpstate::CommandOptions; 95 using android::os::dumpstate::DumpFileToFd; 96 using android::os::dumpstate::DumpstateSectionReporter; 97 using android::os::dumpstate::GetPidByName; 98 using android::os::dumpstate::PropertiesHelper; 1321 static Dumpstate::RunStatus dumpstate() { in dumpstate() function 1590 return dumpstate(); in DumpstateDefault()
|
D | utils.cpp | 59 using android::os::dumpstate::CommandOptions; 60 using android::os::dumpstate::DumpFileToFd; 61 using android::os::dumpstate::PropertiesHelper;
|
D | DumpstateUtil.cpp | 40 namespace dumpstate { namespace
|
/frameworks/base/packages/Shell/ |
D | Android.mk | 9 ../../../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/ |
D | PREUPLOAD.cfg | 20 …e_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 11 - `PROGRESS:<progress>/<total>` as `dumpstate` progresses (where `<progress>` is the current
|
/frameworks/base/services/core/ |
D | Android.bp | 8 "frameworks/native/cmds/dumpstate/binder",
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 37 namespace dumpstate { namespace
|
D | dumpstate_test.cpp | 43 namespace dumpstate { namespace
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1932 final IDumpstate dumpstate = IDumpstate.Stub.asInterface(service); in connect() local 1934 token = dumpstate.setListener("Shell", this, /* perSectionDetails= */ false); in connect()
|
/frameworks/base/ |
D | Android.bp | 723 "frameworks/native/cmds/dumpstate/binder",
|