| Index: tools/telemetry/telemetry/core/app.py
|
| diff --git a/tools/telemetry/telemetry/core/app.py b/tools/telemetry/telemetry/core/app.py
|
| index 35b44d262023c0f1e0ed9c1feae6e467a316cc45..1c032cc64e286201613d2a3d9f6c7b1a87b189a7 100644
|
| --- a/tools/telemetry/telemetry/core/app.py
|
| +++ b/tools/telemetry/telemetry/core/app.py
|
| @@ -7,7 +7,7 @@ class App(object):
|
|
|
| Be sure to clean up after yourself by calling Close() when you are done with
|
| the app. Or better yet:
|
| - with possible_app.Create() as app:
|
| + with possible_app.Create(options) as app:
|
| ... do all your operations on app here
|
| """
|
| def __init__(self, app_backend, platform_backend):
|
|
|