Ivan
Thu Jul 19 12:49:50 CDT 2007
That would work only if the component uses
DbgPrintEx(<component_id>,<Level>,<Message>).
Many system components were bulk-converted to WPP tracing
because it was easier to #define the existing tracing macros
into WPP tracing macros, and, WPP incidentally can spew to KD.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Aniketa K S" <aniketaks@rediffmail.com> wrote in message
news:1184850833.521429.222410@e16g2000pri.googlegroups.com...
> On Jul 18, 10:30 pm, "Ivan Brugiolo [MSFT]"
> <ivanb...@online.microsoft.com> wrote:
>> Did you try enabling WPP tracing through KD ?
>>
>> tracelog.exe -guid #31b695b4-a661-8ed1-fc1c-7a62bde2842d -kd
>>
>> --
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Use of any included script samples are subject to the terms specified
>> at
http://www.microsoft.com/info/cpyright.htm
>>
>> "Neo" <rksandi...@gmail.com> wrote in message
>>
>> news:1184761569.055871.136030@m37g2000prh.googlegroups.com...
>>
>> > Yeah i am talking about the DbgPrint and KdPrint messages, and yes i
>> > have the Checked Build version of irda.sys but still i am not getting
>> > the irda.sys file prints. How to get that ???
>>
>> > Regards,
>> > Neo
>
> How about setting the filter mask for that component in the registry?
> Check the DDK documentation for details:
>
http://msdn2.microsoft.com/en-us/library/ms792789.aspx
>
> Thanks,
> Aniketa
>