| Commit message (Collapse) | Author |
|
Move the cld tools outside of driver to a different project.
Change-Id: I6b906af63c9dbafb283b415a1f3d3886cea2ada6
CRs-Fixed: 831792
|
|
The file pointer if not true is not handled correctly. Fixing the
issue determined by KW.
Change-Id: I86e109557a03acb548df4347074115588edd4002
CRs-Fixed: 848720
|
|
The legacy FW logs are routed to logcat when the file option is
selected. This could cause some confusion as some logs are routed
to file and some to the logcat. Modified to route all the logs
based on the optionflag selected.
Change-Id: I73e961545daf850834dae65cd86d3986c4adf525
CRs-Fixed: 847420
|
|
Fixed the cnss_diag tool compilation errors for some platforms.
CRs-Fixed: 753629
Change-Id: Ibe962ab49d74118e810e7f2ebed70d77af7f8329
|
|
DBGLOG_DBGID_SM_FRAMEWORK_PROXY_DBGLOG_MSG modified to use
legacy message handler.
Change-Id: I76496cbbe8a12313a3a77e0ccea021d682115149
CRs-Fixed: 725544
|
|
Add support for properly parsing ROAM debug log id
Change-Id: I350ea6eb976c6a857304d74e1748b343603f783d
CRs-Fixed: 704112
|
|
For the NAN feature enablement, adding the support for
FW logging in the parser files.
Change-Id: I6456d71b80b44ba1239f30b46daf8dee24e36f5a
CRs-fixed: 704050
|
|
Add debug log id from CL 991339 992741 996776 to
dbghost_id.c parser.c cld-fwlog-parser.c.
Change-Id: I8b4d35d9b7f7a79857575bee55a9a76bfeb0ebe5
CRs-Fixed: 694037
|
|
Adding automake support for QCACLD tools. This is required for
platforms where build system required automake support to build
like OE build system.
Adding Android specific changes under a feature flag.
Fixing few compiler warnings.
Change-Id: Ia0620e99e1018be3ad3390839ed2d0ca3f0b6698
CRs-fixed: 663657
|
|
Parser.c and cld-fwlog-parser.c need to be sync up
with dbglog_host.c.
Update batch scan, thermal mgr, pyherr_def, RMC,
linkspeed, nan, IBSS dbgid for host parser files.
Change-Id: Ie63b7842234b446161e6b8ad5ab4aa071331651f
CRs-Fixed: 679580
|
|
This commit passes additional parameters for TDLS P-UAPSD and
Offchannel to FW.
Change-Id: I7213982f09247a2bd1848fc716b8261f5e7a6086
CRs-Fixed: 669979
|
|
Enable logs to make the prints more self explanatory
for easy debugging.
Change-Id: I95b322a7e7023e527f0ed30cf5518edcdf26292d
CRs-Fixed: 645284
|
|
Add BEACON_EVENT_EARLY_RX_CLK_DRIFT/BEACON_EVENT_EARLY_RX_AP_DRIFT
in parser in order to print related FWLOG in kernel message.
Change-Id: I62e335d0da0bfa4d895dbd2576a58a4f0d19a589
CRs-Fixed: 621270
|
|
Enable logs to validate whether the system is
using 2 chains or 1 chain to process beacon
for the dtim rx feature.
Change-Id: I7dc455d4f4881e95dc24efeaa3c31e2f66429763
CRs-Fixed: 619984
|
|
In the parser the QXDM log wrapper was missing for
some functions which was causing the logs to go to
console. Modified to check the global flag and route
accordingly.
Change-Id: I7e5b2009764c753ad1f3b27c7be4ad1cad832b24
CRs-fixed: 624844
|
|
Enable logs to verify whether during EBT a full beacon
is processed or whenever the beacon is dropped.
These logs are needed to validate the EBT feature
Change-Id: I71b779f56c2158aa76ef21de800b14ec768c20d3
CRs-Fixed: 602113
|
|
Match Copyright and License Strings of master branch to that
of cafstaging so that standard git merge/patch commands are
transparent as code flows from one branch/repository to other.
This helps automaton and also can be used to alert if any
issues are found. Fix trailing whitespace issues and cfg.txt
format. Remove wrongly concatenated long lines from stripped
copyright paragraph. Fix additional trailing white-space
issues exposed from old files.
Change-Id: I765c6f01014b0cbb83b971da21324b84d4357ed4
|
|
This is a new feature support for QXDM logging and RIDL. The
proposed cnss-diag service will handle FW events, debug logs.
Change-Id: I88b69453dc4c890d03ea4d93d97fd0a64f4f5e4b
CRs-fixed: 587068
|
|
This change will include the parser changes from perforce
.
Change-Id: I81f043e18959ffe2e13e84db22038444bfe343b1
CRs-Fixed: 590342
|
|
The dbglog application updated to print the log buffer drop
message in the parsed output. Also updated the parser with
the latest parse commands.
.
Change-Id: I123870990de3a1e144135c9f6948fcc57500fcfa
CRs-Fixed: 590453
|
|
Release 4.0.0.68 to override previous 4.0.0.62B as this includes switch
from internal dev branch of qcacld-2.0 to qcacld-new
|
|
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
|