Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBugreportManagerService.java83 private static final String BUGREPORT_OUTPUT_SOCKET = "car_br_output_socket"; field in CarBugreportManagerService
281 if (!copySocketToPfd(output, BUGREPORT_OUTPUT_SOCKET, callback)) { in handleFinished()
350 Slog.e(TAG, "Failed to grab dump state from " + BUGREPORT_OUTPUT_SOCKET, e); in copySocketToPfd()