mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	Merge pull request #17 from jimboatarm/fudge
Fix timing instrumentation logs for Skype Part 2
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user