SWDEV-267190 real pid/tid arg values
Change-Id: Ia3d98364b5bc7e9eace3d742055af4e074d64c66
This commit is contained in:
@@ -214,6 +214,7 @@ class SQLiteDB:
|
||||
for value_index in range(len(data)):
|
||||
label = data_fields[value_index]
|
||||
value = data[value_index]
|
||||
if label[:3] == '"__': continue
|
||||
if name_ptrn.search(label): value = sub_ptrn.sub(r'', value)
|
||||
if label != '"Index"': args_list.append('%s:"%s"' % (label, value))
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user