Home
last modified time | relevance | path

Searched refs:incidentd (Results 1 – 25 of 47) sorted by relevance

12

/aosp14/frameworks/base/cmds/incidentd/
H A Dincidentd.rc15 service incidentd /system/bin/incidentd
17 user incidentd
18 group incidentd log readproc
22 # Create directory for incidentd
23 mkdir /data/misc/incidents 0770 incidentd incidentd
H A DAndroid.bp16 // incidentd
29 name: "incidentd",
86 init_rc: ["incidentd.rc"],
161 cmd: "$(location incident-section-gen) incidentd > $(out)",
H A DREADME.md1 # incidentd chapter
14 root$ mmm -j frameworks/base/cmds/incidentd && \
/aosp14/frameworks/base/core/proto/android/
H A Dsection.proto26 // SectionType defines how incidentd gonna get the field's data
29 // Default fields, not available in incidentd
32 // incidentd reads a file to get the data for annotated field
35 // incidentd executes the given command for annotated field
38 // incidentd calls dumpsys for annotated field
41 // incidentd calls logs for annotated field
44 // incidentd read file and gzip the data in bytes field
47 // incidentd calls tombstoned for annotated field
50 // incidentd calls legacy text dumpsys for annotated field. The section will only be generated
/aosp14/frameworks/base/core/proto/android/os/
H A Dheader.proto22 // IncidentHeaderProto contains extra information the caller of incidentd wants
43 // And this header passes through incidentd without incidentd parsing it.
H A Ddata.proto22 // This file contains protobuf definitions used in incidentd directly.
24 // incidentd.
/aosp14/frameworks/base/cmds/incident/
H A DOWNERS1 include /cmds/incidentd/OWNERS
/aosp14/frameworks/base/libs/incident/
H A DOWNERS1 include /cmds/incidentd/OWNERS
/aosp14/frameworks/base/tools/incident_report/
H A DOWNERS1 include /cmds/incidentd/OWNERS
/aosp14/frameworks/base/tools/incident_section_gen/
H A DOWNERS1 include /cmds/incidentd/OWNERS
/aosp14/frameworks/base/services/core/java/com/android/server/incident/
H A DOWNERS1 include /cmds/incidentd/OWNERS
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dsection_list.h28 namespace incidentd {
H A Dreport_directory.h26 namespace incidentd {
H A Dproto_util.h27 namespace incidentd {
H A Dmain.cpp32 using namespace android::os::incidentd;
H A DThrottler.h28 namespace incidentd {
H A DPrivacy.h27 namespace incidentd {
H A DPrivacyFilter.h32 namespace incidentd {
H A DThrottler.cpp26 namespace incidentd { namespace
H A Dincidentd_util.h33 namespace incidentd {
H A Dproto_util.cpp27 namespace incidentd { namespace
H A DFdBuffer.h27 namespace incidentd {
/aosp14/frameworks/base/cmds/incidentd/tests/
H A DThrottler_test.cpp22 using namespace android::os::incidentd;
H A DSection_test.cpp33 using namespace android::os::incidentd;
H A Dsection_list.cpp9 namespace incidentd { namespace

12