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/tools/cts-tradefed/etc/
cts-tradefed
47
if [ -z "${
TF_DEBUG_PORT
}" ]; then
48
TF_DEBUG_PORT
=10088
50
RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${
TF_DEBUG_PORT
}
/cts/tools/tradefed-host/etc/
old-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 277 milliseconds