1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-14 14:48:53 +00:00

Fix timing instrumentation logs for Skype Part 2

Remove the bad dumpsys_enabled conditional statement
This commit is contained in:
James Hartley 2016-05-11 14:55:19 +01:00
parent 74257fc520
commit a061b4bdcf
2 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ class Skype(AndroidUiAutoBenchmark):
def update_result(self, context):
self.logger.info('===== update_result() ======')
super(Skype, self).update_result(context)
if not self.dumpsys_enabled:
return
self.device.pull_file(self.output_file, context.output_directory)
results_file = op.join(context.output_directory, self.instrumentation_log)