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

Unified Diff: tools/telemetry/telemetry/core/backends/adb_commands.py

Issue 22286010: [telemetry] Implement Forwarder using RNDIS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync fixup Created 7 years, 3 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/backends/android_rndis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/backends/adb_commands.py
diff --git a/tools/telemetry/telemetry/core/backends/adb_commands.py b/tools/telemetry/telemetry/core/backends/adb_commands.py
index be822c2d3ca773ffe682c800be005035e1d59dd6..bd749e910a4315c61364938328ef6a3ae42f767e 100644
--- a/tools/telemetry/telemetry/core/backends/adb_commands.py
+++ b/tools/telemetry/telemetry/core/backends/adb_commands.py
@@ -167,11 +167,6 @@ class Forwarder(object):
self._port_pairs = new_port_pairs
forwarder.Forwarder.Map(new_port_pairs, self._adb)
- @staticmethod
- def _GetBuildType():
- assert HasForwarder()
- return 'Debug' if HasForwarder('Debug') else 'Release'
-
@property
def url(self):
return 'http://localhost:%i' % self._host_port
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/backends/android_rndis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698