| Index: build/android/pylib/screenshot.py
|
| diff --git a/build/android/pylib/screenshot.py b/build/android/pylib/screenshot.py
|
| index 4dcd1e770793d00d800d032c721eb14f4a813644..b04e735f1729e515c4d6160ee1d48e7dd4a7fa96 100644
|
| --- a/build/android/pylib/screenshot.py
|
| +++ b/build/android/pylib/screenshot.py
|
| @@ -11,8 +11,6 @@ from pylib import cmd_helper
|
| from pylib import device_signal
|
| from pylib.device import device_errors
|
|
|
| -# TODO(jbudorick) Remove once telemetry gets switched over.
|
| -import pylib.android_commands
|
| import pylib.device.device_utils
|
|
|
|
|
| @@ -30,8 +28,6 @@ class VideoRecorder(object):
|
| """
|
| def __init__(self, device, megabits_per_second=4, size=None,
|
| rotate=False):
|
| - # TODO(jbudorick) Remove once telemetry gets switched over.
|
| - assert not isinstance(device, pylib.android_commands.AndroidCommands)
|
| self._device = device
|
| self._device_file = (
|
| '%s/screen-recording.mp4' % device.GetExternalStoragePath())
|
|
|