Index: build/android/video_recorder.py |
diff --git a/build/android/video_recorder.py b/build/android/video_recorder.py |
index 666ede6da9ab71806b1ebfb2731cb213c20286fb..b21759a35a93e3359dcc8fb118bd062c737484a0 100755 |
--- a/build/android/video_recorder.py |
+++ b/build/android/video_recorder.py |
@@ -5,7 +5,9 @@ |
import sys |
+import devil_chromium |
from devil.android.tools import video_recorder |
if __name__ == '__main__': |
+ devil_chromium.Initialize() |
sys.exit(video_recorder.main()) |