mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 01:11:00 +08:00
GP-1607: Fixed the "ERROR StatusLogger Reconfiguration failed" message
that appeared in the log when Ghidra was launched with support/ghidraDebug.
This commit is contained in:
@@ -164,7 +164,7 @@ if [ "${MODE}" = "debug" ] || [ "${MODE}" = "debug-suspend" ]; then
|
|||||||
SUSPEND=y
|
SUSPEND=y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VMARG_LIST+=" -Dlog4j.configuration=\"${DEBUG_LOG4J}\""
|
VMARG_LIST+=" -Dlog4j.configurationFile=\"${DEBUG_LOG4J}\""
|
||||||
VMARG_LIST+=" -agentlib:jdwp=transport=dt_socket,server=y,suspend=${SUSPEND},address=${DEBUG_ADDRESS}"
|
VMARG_LIST+=" -agentlib:jdwp=transport=dt_socket,server=y,suspend=${SUSPEND},address=${DEBUG_ADDRESS}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ if "%DEBUG%"=="y" (
|
|||||||
set DEBUG_ADDRESS=127.0.0.1:18001
|
set DEBUG_ADDRESS=127.0.0.1:18001
|
||||||
)
|
)
|
||||||
|
|
||||||
set VMARG_LIST=!VMARG_LIST! -Dlog4j.configuration="!DEBUG_LOG4J!"
|
set VMARG_LIST=!VMARG_LIST! -Dlog4j.configurationFile="!DEBUG_LOG4J!"
|
||||||
set VMARG_LIST=!VMARG_LIST! -agentlib:jdwp=transport=dt_socket,server=y,suspend=!SUSPEND!,address=!DEBUG_ADDRESS!
|
set VMARG_LIST=!VMARG_LIST! -agentlib:jdwp=transport=dt_socket,server=y,suspend=!SUSPEND!,address=!DEBUG_ADDRESS!
|
||||||
goto continue3
|
goto continue3
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user