mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-20 17:48:44 +00:00
Fix timing instrumentation logs for Skype Part 2
Remove the bad dumpsys_enabled conditional statement
This commit is contained in:
parent
74257fc520
commit
a061b4bdcf
@ -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)
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user