blob: b21759a35a93e3359dcc8fb118bd062c737484a0 [file] [log] [blame]
jbudorick688462b2015-12-17 16:45:411#!/usr/bin/env python
2# Copyright 2015 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import sys
7
jbudorickd28554a2016-01-11 16:22:598import devil_chromium
jbudorick688462b2015-12-17 16:45:419from devil.android.tools import video_recorder
10
11if __name__ == '__main__':
jbudorickd28554a2016-01-11 16:22:5912 devil_chromium.Initialize()
jbudorick688462b2015-12-17 16:45:4113 sys.exit(video_recorder.main())