blob: f1673895585fc45eb1241c1883a5fe94415d94e4 [file] [view]
# fx klog
listen for kernel logs
```none
usage: fx klog [--raw] [-r | --remote-symbols]
--raw do not attempt to symbolize the log
This command delegates to the Zircon `loglistener` binary.
It will listen to the device specified with `fx -t DEVICE klog` or
`fx set-device`, otherwise one of the devices on the link-local network.
```
[klog source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/klog)