]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/fpd/FpdParserTask.java
PCD tools update:
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / fpd / FpdParserTask.java
index 1de29ea373a1c34ab1dc4e6c05c296fe29245548..1e3de2a4e6c467c8be0ae55d938a9156bc62544f 100644 (file)
@@ -785,12 +785,6 @@ public class FpdParserTask extends Task {
     public void collectPCDInformation() {\r
       CollectPCDAction collectAction = new CollectPCDAction ();\r
       //\r
-      // Set memory database log file path. It should be put into same directory with FPD file. \r
-      //\r
-      GlobalData.getPCDMemoryDBManager().setLogFileName(\r
-                   fpdFilename.getPath() + ".PCDMemroyDatabaseLog.txt"\r
-                   );\r
-      //\r
       // Collect all PCD information from FPD to MSA, and get help information from SPD.\r
       // These all information will be stored into memory database for future usage such \r
       // as autogen.\r
@@ -802,7 +796,7 @@ public class FpdParserTask extends Task {
           ActionMessage.MAX_MESSAGE_LEVEL\r
           );\r
       } catch (Exception exp) {\r
-        throw new BuildException (exp.getMessage());\r
+        throw new BuildException (String.format("Fail to do PCD preprocess from FPD file,  the cause is %s", exp.getMessage()));\r
       }\r
     }\r
 }\r