Home
last modified time | relevance | path

Searched refs:incidentd (Results 1 – 25 of 42) 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
DAndroid.bp16 // incidentd
20 name: "incidentd",
77 init_rc: ["incidentd.rc"],
152 cmd: "$(location incident-section-gen) incidentd > $(out)",
DREADME.md1 # incidentd chapter
14 root$ mmm -j frameworks/base/cmds/incidentd && \
/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
/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/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 {
Dincidentd_util.h31 namespace incidentd {
DPrivacy.h27 namespace incidentd {
DPrivacyFilter.h32 namespace incidentd {
DThrottler.cpp26 namespace incidentd { namespace
DFdBuffer.h27 namespace incidentd {
Dproto_util.cpp27 namespace incidentd { namespace
Dreport_directory.cpp34 namespace incidentd { namespace
DPrivacy.cpp26 namespace incidentd { namespace
/frameworks/base/cmds/incidentd/tests/
DThrottler_test.cpp22 using namespace android::os::incidentd;
DSection_test.cpp33 using namespace android::os::incidentd;
Dsection_list.cpp9 namespace incidentd { namespace
Dtest_proto.proto19 package android.os.incidentd;
DProtoFileReader_test.cpp31 using namespace android::os::incidentd;
DReporter_test.cpp33 using namespace android::os::incidentd;

12