Home
last modified time | relevance | path

Searched refs:incident (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/cmds/incident/
DAndroid.bp16 name: "incident",
47 tools: ["incident-section-gen"],
49 cmd: "$(location incident-section-gen) incident > $(out)",
/frameworks/base/core/proto/android/os/
Dmetadata.proto22 // This field contains internal metadata associated with an incident report,
27 // The id of the incident report.
33 // privacy level of the incident report.
47 // stats of each section taken in this incident report.
Dheader.proto23 // to attach in an incident report, the data should just be informative.
28 // Format a human readable reason why an incident report is requested.
33 // Defines which stats config used to fire the request, incident report will
Ddata.proto27 // in incident report as a proto field, example is LAST_KMSG.
Dincident.proto195 (section).args = "fingerprint --proto --incident"
327 (section).args = "/data/misc/perfetto-traces/incident-trace",
/frameworks/base/tools/incident_section_gen/
DAndroid.bp18 // Build the host executable: incident-section-gen
21 name: "incident-section-gen",
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto26 * initiated the incident report.
71 * Metadata section recorded while the incident report
77 * Report data structures for the incident reports.
/frameworks/base/cmds/incidentd/
DAndroid.bp150 tools: ["incident-section-gen"],
152 cmd: "$(location incident-section-gen) incidentd > $(out)",
/frameworks/base/cmds/incident_helper/
DREADME.md22 If add a new proto file, add it in Android.bp under frameworks/base/ and make incident helper
/frameworks/base/services/core/java/com/android/server/incident/
DRequestQueue.java18 package com.android.server.incident;
DIncidentCompanionService.java17 package com.android.server.incident;
DPendingReports.java17 package com.android.server.incident;
/frameworks/base/cmds/statsd/src/
Dstatsd_config.proto328 // Package name of the incident report receiver.
331 // Class name of the incident report receiver.
/frameworks/base/core/proto/android/
Dprivacy.proto21 option java_package = "com.android.incident";
/frameworks/base/
DAndroid.bp662 "libs/incident/**/*.proto",
794 "libs/incident/proto/**/*.proto",
820 "libs/incident/proto/android/os/**/*.proto",
834 "libs/incident/proto/android/os/**/*.proto",
/frameworks/base/services/java/com/android/server/
DSystemServer.java108 import com.android.server.incident.IncidentCompanionService;
2308 final IIncidentManager incident = IIncidentManager.Stub.asInterface( in startOtherServices() local
2310 if (incident != null) { in startOtherServices()
2311 incident.systemRunning(); in startOtherServices()
/frameworks/base/services/
Dart-profile7106 PLcom/android/server/incident/IncidentCompanionService$BinderService;->dump(Ljava/io/FileDescriptor…
7107 HSPLcom/android/server/incident/IncidentCompanionService;-><init>(Landroid/content/Context;)V
7108 HSPLcom/android/server/incident/IncidentCompanionService;->onBootPhase(I)V
7109 HSPLcom/android/server/incident/IncidentCompanionService;->onStart()V
7110 HSPLcom/android/server/incident/PendingReports;-><init>(Landroid/content/Context;)V
7111 PLcom/android/server/incident/PendingReports;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[L…
7112 HSPLcom/android/server/incident/PendingReports;->onBootCompleted()V
7113 HSPLcom/android/server/incident/RequestQueue;->start()V
19233 Lcom/android/server/incident/IncidentCompanionService$BinderService;
19234 Lcom/android/server/incident/IncidentCompanionService;
[all …]