First public contribution.
1 // Default Ini file for CommsDebugUtility (CDU).
2 // CDU will search all drivers in the "\log" folder for this file (order: Y to A then Z).
4 // * one of the two media types (file or RDebug)
5 // * any number of tags to log
6 // Optional configuration:
7 // * "Synchronous" for immediate logging (otherwise logs are buffered for speed and written periodically)
8 // * "Win32Debug" to enable writing of the logs to the Win32Debug port in addition to the media
9 // * "LOGPATH" to specify the output drive and file - designed for writing to a removable drive.
11 // This file lists a number of known tags - to enable a listed tag, remove the 2 forward-slashes before the "LOG" token.
12 // Additional tags can be added using the format "LOG <tag> <subtag>" where <subtag> can equal the "*" wildcard.
13 // Tokens and tags are not case sensitive.
14 // If CDU detects an error in this file, it will normally report this to the C:\logs\log.txt file.
15 // Please see ComsDbg_How_To_Document.doc ("CommsDebugUtility How-To Document" in the Symbian OS Library) for more information.
20 //MEDIA SERIAL::1 // No longer supported
21 //MEDIA SERIAL::2 // No longer supported
26 //LOG c32start * // commsrootserver.iby comms-infras\rootserver\configurator "RootServer configurator"
27 //LOG commsfw * // comms-infras\commsfw "Comms channels & utils"
28 //LOG esock * // esock_core.iby comms-infras\esock "Network TCP/IP Socket Manager"
29 //LOG nifman * // nifman.iby comms-infras\nifman "Network Interface Manager"
30 //LOG rootserver * // commsrootserver.iby comms-infras\rootserver "component which manages all Comms threads"
31 //LOG mbufmgr * // mbufmgr.iby comss-infras\mbufmgr "Buffer Manager for Protocols"
32 //LOG rsmodule * // -- rootserver, esock and c32 -- "Generic RootServer module logs"
33 //LOG rsmodule leak // "Memory leak seen at exit of an RSModule. May be logged by RootServer or module code (eg ESockSvr, C32)"
34 //----------------------
35 //LOG commsdat * // commsdat.iby Comms-infras\commsdat "Comms Database"
36 //LOG commdbshim * // commdb.iby Comms-infras\commdbshim "Commdb shim component used to shim commdb API over commsdat API"
37 //----------------------
38 //LOG ConnProvd * // networking\ConnProv\ReferenceCPR & networking\ip\Version1\referencecpr "Ref Connection provider"
39 //LOG conn * // ipcpr.iby shimcpr.iby networking\ConnProv\ & networking\ip\Version1 "IP, ShimIP & Ref Connection providers"
40 //LOG subconn * // ipscpr.iby networking\SubConnProv & networking\umts\version1 "Networking SubConnection providers"
41 //----------------------
42 //LOG connserv * // comms-infras\esock\ssock "RConnectionServ client/session logging"
43 //LOG tier * // comms-infras\esock\coreproviders "Tier Manager e.g. Access Point Query/Notification"
44 //----------------------
45 //LOG dhcp * // dhcpserv.iby networking\dhcp
46 //LOG guqos * // guqos.iby networking\guqos "GPRS/UMTS QoS"
47 //LOG ipevent * // "IP Event Notifier" - possibly redundant"
48 //LOG netcon * // netcon.iby networking\netcon "Network Controller - Nifman plugin to select IAP"
49 //LOG networking * // networking\* "Generic Networking components"
50 //LOG ssl * // tls.iby networking\tls "Transport Layer Security"
51 //LOG telnet * // networking/telnet_e
52 //----------------------
53 //LOG ppp * // ppp.iby networking\ppp "ppp.nif: Transport for packet/circuit switched data connection (using PPP)"
54 //LOG tcpdump * // ppp.iby networking\ppp "binary dump of packet data (use splitlog tool to generate ethereal friendly file); all packets tranfered to/from the ppp interface"
55 //LOG rawip * // rawipnif.iby networking\rawipnif "Transport for packet switched data connection"
56 //LOG c32bca * // c32bca.iby networking\basebandadaptation\c32bca "Abstraction layer for interfact between *.nif and data channel"
57 //----------------------
58 //LOG ethernet * // ether802.iby networking\ether802 "Ethernet connection"
59 //LOG netdial * // csd.iby networking\csdagt "Circuit switched data connection control: Agent that supports multiple connections simultaneously (outgoing or incoming or direct)"
60 //LOG psd * // psdagt.iby networking\psdagt "Packet switched data connection control: agent that supports multiple connections simultaneously"
61 //LOG spud * // spud.iby networking\spud "Connection control for 3/2.5G data connection"
62 //----------------------
63 //LOG csdagx * // deprecated - Agent Extension Plugin(AGX) which supported circuit switched connections on a GSM and terrestrial network
64 //LOG psdagx * // deprecated - PSD AGX that supported packet switched connections on a GPRS or CDMA2000 network
65 //----------------------
66 //LOG bt * // bluetooth.iby bluetooth\ buildromMacro=__BT_DEBUG__ "See common/generic/bluetooth/latest/bluetooth/logger/generic/public/components.h for finer grain logging control"
67 //LOG btpan * // btpan.iby bluetooth\profiles\pan\panagt, panhelpersvr, bnep "Bluetooth PAN profile agent, helper server and packet driver"
68 //LOG ir * // irda.iby infra-red\ buildromMacro=__IRDA_DEBUG__ "Infra-red"
69 //LOG obex * // obexprotocol.iby obex\ buildromMacro=__OBEX_DEBUG__ "Framework for protocols that require wireless discovery."
70 //----------------------
71 //LOG phbksync * // phbksync.iby telephony\phbksync "Phone book synchroniser"
72 //LOG etel * // etel.iby telephony\etel* "ETel Server logging"
73 //----------------------
74 //LOG sws * // wapmessage.iby wapstack.iby wap-stack\ "Shortened Wap Stack"
75 //----------------------
76 //LOG C32SerComms * // c32.iby Ser-comms\c32 "Log tag introduced in v9.5, including ECUART but excluding Loopback CSY which still uses its own logging system"
77 //----------------------
78 //LOG inet6 tcpip6 // TCPIP stack : networking/6to4 networking/inhook6 networking/tcpip6
79 //LOG inet6 dnd // DNS resolution daemon : networking/dnd
81 //LOG TestResults * // used by some older comms tests (tqueue, tnetcon and tnetconoom). Possibly redundant.
82 //LOG Ipsec * // Ipsec component: networking/ipsec