OpenShot Video Editor
2.0.0
|
Functions | |
def | send_exception (stacktrace, source) |
Send exception stacktrace over HTTP for tracking. More... | |
def | send_metric (params) |
Send anonymous metric over HTTP for tracking. More... | |
def | track_exception_stacktrace (stacktrace, source) |
Track an exception/stacktrace has occurred. More... | |
def | track_metric_error (error_name, is_fatal=False) |
Track an error has occurred. More... | |
def | track_metric_event (event_action, event_label, event_category="General", event_value=0) |
Track a GUI screen being shown. More... | |
def | track_metric_screen (screen_name) |
Track a GUI screen being shown. More... | |
def | track_metric_session (is_start=True) |
Track a GUI screen being shown. More... | |
Variables | |
libopenshot_version = openshot.GetVersion() | |
string | linux_distro = "None" |
string | os_version = "X11; Linux %s" % platform.machine() |
dictionary | params |
s = settings.get_settings() | |
string | user_agent = "Mozilla/5.0 (%s) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36" % os_version |
v = platform.mac_ver() | |
def metrics.send_exception | ( | stacktrace, | |
source | |||
) |
Send exception stacktrace over HTTP for tracking.
Definition at line 172 of file metrics.py.
def metrics.send_metric | ( | params | ) |
Send anonymous metric over HTTP for tracking.
Definition at line 155 of file metrics.py.
def metrics.track_exception_stacktrace | ( | stacktrace, | |
source | |||
) |
Track an exception/stacktrace has occurred.
Definition at line 134 of file metrics.py.
def metrics.track_metric_error | ( | error_name, | |
is_fatal = False |
|||
) |
Track an error has occurred.
Definition at line 121 of file metrics.py.
def metrics.track_metric_event | ( | event_action, | |
event_label, | |||
event_category = "General" , |
|||
event_value = 0 |
|||
) |
Track a GUI screen being shown.
Definition at line 107 of file metrics.py.
def metrics.track_metric_screen | ( | screen_name | ) |
Track a GUI screen being shown.
Definition at line 96 of file metrics.py.
def metrics.track_metric_session | ( | is_start = True | ) |
Track a GUI screen being shown.
Definition at line 140 of file metrics.py.
metrics.libopenshot_version = openshot.GetVersion() |
Definition at line 47 of file metrics.py.
string metrics.linux_distro = "None" |
Definition at line 54 of file metrics.py.
string metrics.os_version = "X11; Linux %s" % platform.machine() |
Definition at line 53 of file metrics.py.
dictionary metrics.params |
Definition at line 77 of file metrics.py.
metrics.s = settings.get_settings() |
Definition at line 50 of file metrics.py.
string metrics.user_agent = "Mozilla/5.0 (%s) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36" % os_version |
Definition at line 75 of file metrics.py.
metrics.v = platform.mac_ver() |
Definition at line 57 of file metrics.py.