Flutter Engine
The Flutter Engine
|
Functions | |
def | remote_filename (exec_path) |
def | exists_remotely (remote_path) |
def | process_symbols (should_upload, symbol_dir) |
def | main () |
Variables | |
BUILD_ROOT_DIR = os.path.abspath(os.path.join(os.path.realpath(__file__), '..', '..', '..', '..')) | |
Path to the engine root checkout. More... | |
string | FUCHSIA_ARTIFACTS_DEBUG_NAMESPACE = 'debug' |
string | FUCHSIA_ARTIFACTS_BUCKET_NAME = 'fuchsia-artifacts-release' |
def upload_to_symbol_server.exists_remotely | ( | remote_path | ) |
Definition at line 33 of file upload_to_symbol_server.py.
def upload_to_symbol_server.main | ( | ) |
Definition at line 69 of file upload_to_symbol_server.py.
def upload_to_symbol_server.process_symbols | ( | should_upload, | |
symbol_dir | |||
) |
Definition at line 44 of file upload_to_symbol_server.py.
def upload_to_symbol_server.remote_filename | ( | exec_path | ) |
Definition at line 22 of file upload_to_symbol_server.py.
upload_to_symbol_server.BUILD_ROOT_DIR = os.path.abspath(os.path.join(os.path.realpath(__file__), '..', '..', '..', '..')) |
Path to the engine root checkout.
This is used to calculate absolute paths if relative ones are passed to the script.
Definition at line 17 of file upload_to_symbol_server.py.
string upload_to_symbol_server.FUCHSIA_ARTIFACTS_BUCKET_NAME = 'fuchsia-artifacts-release' |
Definition at line 19 of file upload_to_symbol_server.py.
string upload_to_symbol_server.FUCHSIA_ARTIFACTS_DEBUG_NAMESPACE = 'debug' |
Definition at line 18 of file upload_to_symbol_server.py.