Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dkernel_log_monitor.cpp34 class KernelLogMonitor : public CommandSource, class
39 INJECT(KernelLogMonitor(const CuttlefishConfig::InstanceSpecific& instance)) in INJECT()
120 .bind<KernelLogPipeProvider, KernelLogMonitor>() in KernelLogMonitorComponent()
121 .addMultibinding<CommandSource, KernelLogMonitor>() in KernelLogMonitorComponent()
122 .addMultibinding<SetupFeature, KernelLogMonitor>() in KernelLogMonitorComponent()
123 .addMultibinding<DiagnosticInformation, KernelLogMonitor>() in KernelLogMonitorComponent()
124 .addMultibinding<LateInjected, KernelLogMonitor>(); in KernelLogMonitorComponent()