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