mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	Fix for the previous fix...
This commit is contained in:
		@@ -106,7 +106,7 @@ class PerfInstrument(Instrument):
 | 
			
		||||
            self.device.kick_off(command)
 | 
			
		||||
 | 
			
		||||
    def stop(self, context):
 | 
			
		||||
        as_root = self.device.platfrom == 'android'
 | 
			
		||||
        as_root = self.device.platform == 'android'
 | 
			
		||||
        self.device.killall('sleep', as_root=as_root)
 | 
			
		||||
 | 
			
		||||
    def update_result(self, context):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user