| Index: systrace/profile_chrome/ddms_tracing_agent_unittest.py
|
| diff --git a/systrace/profile_chrome/ddms_tracing_agent_unittest.py b/systrace/profile_chrome/ddms_tracing_agent_unittest.py
|
| index a8ccd504e61f01a50f8534d73766ab3ff845bf56..3f4b59c6204fffde6b5c821fecaeed1dd02ec0d2 100644
|
| --- a/systrace/profile_chrome/ddms_tracing_agent_unittest.py
|
| +++ b/systrace/profile_chrome/ddms_tracing_agent_unittest.py
|
| @@ -11,7 +11,7 @@ class DdmsAgentTest(agents_unittest.BaseAgentTest):
|
| agent = ddms_tracing_agent.DdmsAgent(self.device, self.package_info)
|
|
|
| try:
|
| - agent.StartAgentTracing(None, None)
|
| + agent.StartAgentTracing(None)
|
| finally:
|
| agent.StopAgentTracing()
|
|
|
|
|