commands/wslog/wslog.cpp
changeset 79 dae66483be2b
parent 0 7f656887cf89
child 87 63fd51b1ff80
equal deleted inserted replaced
78:b3ffff030d5c 79:dae66483be2b
   116 			_LIT(KCWsIniFile, "c:\\system\\data\\wsini.ini");
   116 			_LIT(KCWsIniFile, "c:\\system\\data\\wsini.ini");
   117 
   117 
   118 			if (BaflUtils::FileExists(FsL(), KCWsIniFile))
   118 			if (BaflUtils::FileExists(FsL(), KCWsIniFile))
   119 				{
   119 				{
   120 				Printf(_L("C drive wsini log lines:\r\n"));
   120 				Printf(_L("C drive wsini log lines:\r\n"));
   121 				CmdL(_L("fshell.exe"), _L("-e 'cat c:\\system\\data\\wsini.ini | grep LOG*'"));
   121 				CmdL(_L("fshell.exe"), _L("-e 'cat c:\\system\\data\\wsini.ini | match LOG*'"));
   122 				}
   122 				}
   123 			else
   123 			else
   124 				{
   124 				{
   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 | grep LOG*'"));
   128 			CmdL(_L("fshell.exe"), _L("-e 'cat z:\\system\\data\\wsini.ini | match LOG*'"));
   129 
   129 
   130 			Printf(_L("Possible logging DLLs (none means logging probably not enabled):\r\n"));
   130 			Printf(_L("Possible logging DLLs (none means logging probably not enabled):\r\n"));
   131 			CmdL(_L("kerninfo.exe"), _L("codeseg -m DLOG*"));
   131 			CmdL(_L("kerninfo.exe"), _L("codeseg -m DLOG*"));
   132 			}
   132 			}
   133 			break;
   133 			break;