Index: systrace/profile_chrome/perf_tracing_agent_unittest.py |
diff --git a/systrace/profile_chrome/perf_tracing_agent_unittest.py b/systrace/profile_chrome/perf_tracing_agent_unittest.py |
index cd90b3691744ee7cd8982fc8279fe830d689f252..dae236d4183a38e6ca48df18022ea0e9637895b1 100644 |
--- a/systrace/profile_chrome/perf_tracing_agent_unittest.py |
+++ b/systrace/profile_chrome/perf_tracing_agent_unittest.py |
@@ -25,7 +25,8 @@ class PerfProfilerAgentTest(agents_unittest.BaseAgentTest): |
agent = perf_tracing_agent.PerfProfilerAgent(self.device) |
try: |
- agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories)) |
+ agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories, |
+ self.device)) |
finally: |
agent.StopAgentTracing() |