From 06fdca58e18f8a6dae366a12e03b97c7b28d5742 Mon Sep 17 00:00:00 2001 From: Bill Schwartz Date: Thu, 17 Oct 2013 08:03:36 -0500 Subject: istepreasoncodes.H is a merge bottleneck Eliminate congestion on istepreasoncodes.H by removing error tags and moduleId/Reason codes from iSteps calling IStepError.addErrorDetails. ISteps pass only the failing error log. IStepError.addErrorDetails will get the iStep and substep from the istep dispatcher and add to user data. Change-Id: If8f8796bfeafb80b5dbcea21629137260b07bc72 RTC: 59658 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6719 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES Reviewed-by: Brian H. Horton Reviewed-by: A. Patrick Williams III --- src/build/tools/genIStep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build') diff --git a/src/build/tools/genIStep.pl b/src/build/tools/genIStep.pl index 54c1b98ee..430778c12 100755 --- a/src/build/tools/genIStep.pl +++ b/src/build/tools/genIStep.pl @@ -396,7 +396,7 @@ void* call_\@substepname( void *io_pArgs ) \"ERROR : \@substepname, errorlog PLID=0x%x\", lerrl->plid() ); - l_StepError.addErrorDetails( __REASON_CODE__, __MODULE_ID__, l_errl); + l_StepError.addErrorDetails( l_errl); errlCommit( l_errl, HWPF_COMP_ID ); } -- cgit v1.2.1