telemetry.internal.backends.android_command_line_backend
index
telemetry/internal/backends/android_command_line_backend.py

# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
devil.android.device_errors
logging
pipes
sys

 
Classes
       
__builtin__.object
SetUpCommandLineFlags

 
class SetUpCommandLineFlags(__builtin__.object)
    A context manager for setting up the android command line flags.
 
This provides a readable way of using the android command line backend class.
Example usage:
 
    with android_command_line_backend.SetUpCommandLineFlags(
        device, backend_settings, startup_args):
      # Something to run while the command line flags are set appropriately.
 
  Methods defined here:
__enter__(self)
__exit__(self, *args)
__init__(self, device, backend_settings, startup_args)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)