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

Unified Diff: tools/memory_inspector/tests/core_test.py

Issue 158993002: Add Android-backend to the memory_inspector (prerequisites). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update ps_ext prebuilt sha1 Created 6 years, 10 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 | « tools/memory_inspector/tests/__init__.py ('k') | tools/memory_inspector/tests/mock_adb/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_inspector/tests/core_test.py
diff --git a/tools/memory_inspector/tests/core_test.py b/tools/memory_inspector/tests/core_test.py
index 0d3d9a1a86aa02c9ea13c8bd090f4e56f7213bc2..8decea6f5df13d9ecf40fc6bb977e8230adeff3e 100755
--- a/tools/memory_inspector/tests/core_test.py
+++ b/tools/memory_inspector/tests/core_test.py
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Unittests for the core backends modules."""
+
import logging
import os
import sys
« no previous file with comments | « tools/memory_inspector/tests/__init__.py ('k') | tools/memory_inspector/tests/mock_adb/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698