Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/incidentd/
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
DREADME.md1 # incidentd chapter
14 root$ mmm -j frameworks/base/cmds/incidentd && \
DAndroid.bp16 // incidentd
29 name: "incidentd",
85 init_rc: ["incidentd.rc"],
175 cmd: "$(location incident-section-gen) incidentd > $(out)",
/frameworks/base/core/proto/android/
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
/frameworks/base/core/proto/android/os/
Dheader.proto22 // IncidentHeaderProto contains extra information the caller of incidentd wants
43 // And this header passes through incidentd without incidentd parsing it.
Ddata.proto22 // This file contains protobuf definitions used in incidentd directly.
24 // incidentd.
/frameworks/base/tools/incident_report/
DOWNERS1 include /cmds/incidentd/OWNERS
/frameworks/base/cmds/incident/
DOWNERS1 include /cmds/incidentd/OWNERS
/frameworks/base/libs/incident/
DOWNERS1 include /cmds/incidentd/OWNERS
/frameworks/base/services/core/java/com/android/server/incident/
DOWNERS1 include /cmds/incidentd/OWNERS
/frameworks/base/tools/incident_section_gen/
DOWNERS1 include /cmds/incidentd/OWNERS
/frameworks/base/cmds/incidentd/src/
Dsection_list.h28 namespace incidentd {
Dreport_directory.h26 namespace incidentd {
Dproto_util.h27 namespace incidentd {
Dmain.cpp32 using namespace android::os::incidentd;
DThrottler.h28 namespace incidentd {
DPrivacy.h27 namespace incidentd {
DPrivacyFilter.h32 namespace incidentd {
DThrottler.cpp26 namespace incidentd { namespace
Dincidentd_util.h33 namespace incidentd {
DFdBuffer.h27 namespace incidentd {
Dproto_util.cpp27 namespace incidentd { namespace
/frameworks/base/cmds/incidentd/fuzzers/
DIncidentServiceFuzzer.cpp22 using ::android::os::incidentd::IncidentService;
/frameworks/base/cmds/incidentd/tests/
DThrottler_test.cpp22 using namespace android::os::incidentd;
Dsection_list.cpp9 namespace incidentd { namespace

12