equal
deleted
inserted
replaced
125 Printf(_L("(No C drive wsini)\r\n")); |
125 Printf(_L("(No C drive wsini)\r\n")); |
126 } |
126 } |
127 Printf(_L("Z drive wsini log lines:\r\n")); |
127 Printf(_L("Z drive wsini log lines:\r\n")); |
128 CmdL(_L("fshell.exe"), _L("-e 'cat z:\\system\\data\\wsini.ini | match LOG*'")); |
128 CmdL(_L("fshell.exe"), _L("-e 'cat z:\\system\\data\\wsini.ini | match LOG*'")); |
129 |
129 |
|
130 #ifdef FSHELL_QR3_SUPPORT_KERNINFO |
130 Printf(_L("Possible logging DLLs (none means logging probably not enabled):\r\n")); |
131 Printf(_L("Possible logging DLLs (none means logging probably not enabled):\r\n")); |
131 CmdL(_L("kerninfo.exe"), _L("codeseg -m DLOG*")); |
132 CmdL(_L("kerninfo.exe"), _L("codeseg -m DLOG*")); |
|
133 #else |
|
134 Printf(_L("(Not listing logging DLLs as kerninfo is not available)\r\n")); |
|
135 #endif |
132 } |
136 } |
133 break; |
137 break; |
134 case EDump: |
138 case EDump: |
135 //__DEBUGGER(); |
139 //__DEBUGGER(); |
136 iWs.LogCommand(RWsSession::ELoggingStatusDump); |
140 iWs.LogCommand(RWsSession::ELoggingStatusDump); |