Make runtest handle inner instrumentation class names.
Bug 7311518 Change-Id: I7c02991445a9fdd2341f54cfd49169fc4e492536
This commit is contained in:
@@ -305,7 +305,7 @@ class AdbInterface:
|
||||
command_string += " -e %s '%s'" % (key, value)
|
||||
if raw_mode:
|
||||
command_string += " -r"
|
||||
command_string += " -w %s" % instrumentation_path
|
||||
command_string += " -w '%s'" % instrumentation_path
|
||||
return command_string
|
||||
|
||||
def _CreateTraceDir(self):
|
||||
|
||||
Reference in New Issue
Block a user