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

Unified Diff: tools/telemetry/telemetry/core/chrome/android_browser_backend.py

Issue 15093008: Telemetry: integrates memory_measurement with TCMalloc dumps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments Created 7 years, 7 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
Index: tools/telemetry/telemetry/core/chrome/android_browser_backend.py
diff --git a/tools/telemetry/telemetry/core/chrome/android_browser_backend.py b/tools/telemetry/telemetry/core/chrome/android_browser_backend.py
index 23cc0ebec84682610f1e08ba31260ab042ba3d79..30b44d449f90f246e70c83fa04c265b4dd73a1ee 100644
--- a/tools/telemetry/telemetry/core/chrome/android_browser_backend.py
+++ b/tools/telemetry/telemetry/core/chrome/android_browser_backend.py
@@ -267,6 +267,10 @@ class AndroidBrowserBackend(browser_backend.BrowserBackend):
return args
@property
+ def adb(self):
+ return self._adb
+
+ @property
def pid(self):
return int(self._adb.ExtractPid(self._backend_settings.package)[0])

Powered by Google App Engine
This is Rietveld 408576698