Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: tools/telemetry/telemetry/core/exceptions.py

Issue 1004833003: [Telemetry][Android] Add support for turning screen off. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/android_action_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/exceptions.py
diff --git a/tools/telemetry/telemetry/core/exceptions.py b/tools/telemetry/telemetry/core/exceptions.py
index 6b13129f89ee9cf2e01919d953fd4a29dcd140d2..cfb4b319fe13a4faacfb44d14591dcfa6e58cd6a 100644
--- a/tools/telemetry/telemetry/core/exceptions.py
+++ b/tools/telemetry/telemetry/core/exceptions.py
@@ -119,3 +119,6 @@ class UnknownPackageError(Error):
class PackageDetectionError(Error):
""" Represents an error when parsing an Android APK's package. """
+
+class AndroidDeviceParsingError(Error):
+ """Represents an error when parsing output from an android device"""
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/android_action_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698