Searched refs:incident (Results 1 – 24 of 24) sorted by relevance
/frameworks/base/cmds/incident/ |
D | Android.bp | 16 name: "incident", 47 tools: ["incident-section-gen"], 49 cmd: "$(location incident-section-gen) incident > $(out)",
|
/frameworks/base/cmds/incident_helper/ |
D | incident_helper_cmd | 5 export CLASSPATH=$base/framework/incident-helper-cmd.jar 6 exec app_process $base/bin com.android.commands.incident.IncidentHelper "$@"
|
D | README.md | 22 If add a new proto file, add it in Android.bp under frameworks/base/ and make incident helper
|
D | Android.bp | 16 name: "incident-helper-cmd",
|
/frameworks/base/core/proto/android/os/ |
D | metadata.proto | 22 // 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.
|
D | header.proto | 23 // 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
|
D | data.proto | 27 // in incident report as a proto field, example is LAST_KMSG.
|
D | incident.proto | 176 …(section).args = "/system/bin/sh /system/bin/incident-helper-cmd -l run persisted_logs --limit 10M… 246 (section).args = "fingerprint --proto --incident" 378 (section).args = "/data/misc/perfetto-traces/incident-trace",
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 18 // Build the host executable: incident-section-gen 21 name: "incident-section-gen",
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 26 * initiated the incident report. 76 * Metadata section recorded while the incident report 82 * Report data structures for the incident reports.
|
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/ |
D | IncidentHelper.java | 17 package com.android.commands.incident; 21 import com.android.commands.incident.sections.PersistLogSection;
|
D | ExecutionException.java | 17 package com.android.commands.incident;
|
D | Section.java | 17 package com.android.commands.incident;
|
/frameworks/base/libs/incident/ |
D | Android.bp | 111 "frameworks/base/libs/incident/include", 112 "frameworks/base/libs/incident/include_priv",
|
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
D | PersistLogSection.java | 17 package com.android.commands.incident.sections; 24 import com.android.commands.incident.ExecutionException; 25 import com.android.commands.incident.IncidentHelper; 26 import com.android.commands.incident.Section;
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 150 tools: ["incident-section-gen"], 152 cmd: "$(location incident-section-gen) incidentd > $(out)",
|
/frameworks/base/services/core/java/com/android/server/incident/ |
D | RequestQueue.java | 18 package com.android.server.incident;
|
D | IncidentCompanionService.java | 17 package com.android.server.incident;
|
D | PendingReports.java | 17 package com.android.server.incident;
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 21 option java_package = "com.android.incident";
|
/frameworks/base/cmds/statsd/src/ |
D | statsd_config.proto | 382 // Package name of the incident report receiver. 385 // Class name of the incident report receiver.
|
/frameworks/base/ |
D | Android.bp | 611 "libs/incident/**/*.proto", 637 "libs/incident/**/*.proto", 754 "libs/incident/proto/**/*.proto", 781 "libs/incident/proto/android/os/**/*.proto", 796 "libs/incident/proto/android/os/**/*.proto",
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 115 import com.android.server.incident.IncidentCompanionService; 2440 final IIncidentManager incident = IIncidentManager.Stub.asInterface( in startOtherServices() local 2442 if (incident != null) { in startOtherServices() 2443 incident.systemRunning(); in startOtherServices()
|
/frameworks/base/services/ |
D | art-profile | 16267 PLcom/android/server/incident/-$$Lambda$PendingReports$42Ba6ZxAFxFmqtPlfnXNpuKHOXM;-><init>(Lcom/an… 16268 PLcom/android/server/incident/-$$Lambda$PendingReports$42Ba6ZxAFxFmqtPlfnXNpuKHOXM;->run()V 16269 PLcom/android/server/incident/-$$Lambda$PendingReports$B2hwzQpyMfhPG0Cw6n_Xz1SrHR0;-><init>(Lcom/an… 16270 PLcom/android/server/incident/-$$Lambda$PendingReports$B2hwzQpyMfhPG0Cw6n_Xz1SrHR0;->binderDied()V 16271 PLcom/android/server/incident/-$$Lambda$PendingReports$h00dGfNWXgDmC4-YyxYy1CUoKw4;-><init>(Lcom/an… 16272 PLcom/android/server/incident/-$$Lambda$PendingReports$h00dGfNWXgDmC4-YyxYy1CUoKw4;->run()V 16273 HSPLcom/android/server/incident/IncidentCompanionService$BinderService;-><init>(Lcom/android/server… 16274 …server/incident/IncidentCompanionService$BinderService;-><init>(Lcom/android/server/incident/Incid… 16275 PLcom/android/server/incident/IncidentCompanionService$BinderService;->approveReport(Ljava/lang/Str… 16276 PLcom/android/server/incident/IncidentCompanionService$BinderService;->authorizeReport(ILjava/lang/… [all …]
|