OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TF_DEBUG_PORT
(Results
1 - 2
of
2
) sorted by null
/cts/suite/pts/tools/tradefed/
pts-tradefed
46
if [ -z "${
TF_DEBUG_PORT
}" ]; then
47
TF_DEBUG_PORT
=10088
49
RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${
TF_DEBUG_PORT
}
/cts/tools/tradefed-host/etc/
cts-tradefed
46
if [ -z "${
TF_DEBUG_PORT
}" ]; then
47
TF_DEBUG_PORT
=10088
49
RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${
TF_DEBUG_PORT
}
Completed in 43 milliseconds