Skip to content
Snippets Groups Projects
Commit 1c976d12 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ldrp-v2: Change to handle descrepancy between tools usage"

parents d544c5cf 89eaa923
No related branches found
No related tags found
No related merge requests found
......@@ -335,9 +335,13 @@ class DebugImage_v2():
qtf_dir = os.path.join(out_dir, 'qtf')
workspace = os.path.join(qtf_dir, 'qtf.workspace')
qtf_out = os.path.join(out_dir, 'qtf.txt')
chipset = 'msm' + str(ram_dump.hw_id)
chipset = 'msm' + ram_dump.hw_id
hlos = 'LA'
#Temp change to handle descripancy between tools usage
if chipset == 'msmcobalt':
chipset = 'msm8998'
# Resolve any port collisions with other running qtf_server instances
for tries in range(max_tries):
port = random.randint(12000, 13000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment