mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
m1n1.trace.agx: Disable handoff tracer
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
cc29042f97
commit
5dfbd5216c
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ class AGXTracer(ASCTracer):
|
|||
|
||||
def start(self):
|
||||
super().start()
|
||||
self.handoff_tracer.start()
|
||||
#self.handoff_tracer.start()
|
||||
self.init_channels()
|
||||
if self.state.active:
|
||||
self.resume()
|
||||
|
|
Loading…
Reference in a new issue