update the usage help text on variable statistic information.
VariableInfo application also is added a output string to help user know what happens. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8596 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -82,6 +82,13 @@ UefiMain (
|
||||
VariableInfo = VariableInfo->Next;
|
||||
} while (VariableInfo != NULL);
|
||||
|
||||
} else {
|
||||
Print (L"Warning: Variable Dxe driver doesn't enable the feature of statistical information!\n");
|
||||
Print (L"If you want to see this info, please:\n");
|
||||
Print (L" 1. Set PcdVariableCollectStatistics as TRUE\n");
|
||||
Print (L" 2. Rebuild Variable Dxe driver\n");
|
||||
Print (L" 3. Run \"VariableInfo\" cmd again\n");
|
||||
|
||||
}
|
||||
|
||||
return Status;
|
||||
|
Reference in New Issue
Block a user