1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-26 04:29:25 +00:00

Merge pull request #17 from jimboatarm/fudge

Fix timing instrumentation logs for Skype Part 2
This commit is contained in:
jimboatarm 2016-05-11 14:56:22 +01:00
commit 4249479a65
2 changed files with 0 additions and 2 deletions

View File

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