summaryrefslogtreecommitdiff
path: root/tools/fwdebuglog/parser.c (follow)
Commit message (Collapse)AuthorAge
* cld: fwlog: add userspace utility to handle netlink loggingSundar Subramaniyam2013-10-23
This patch will add utility can be used for netlink logging. ./cld-fwlog-netlink -c will print the debug log message in console. ./cld-fwlog-netlink -f /tmp/cldlog will log into the file In x86 platform kernel buffer will be used, however in android platforms, logcat buffer will be used. Change-Id: I350df069ceeed2793d05e71c62fba170d09f3cb1 CRs Fixed: 539076