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

Unified Diff: tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js

Issue 867263002: [memory-inspector] UI fixes + bump version number for release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
diff --git a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
index f96a447001a27666c25ab3c2b119fcea3c4c97a8..9cf6b6aee9075ef4c2adb2786e77cbed7a296b14 100644
--- a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
+++ b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js
@@ -65,8 +65,8 @@ this.onDevicesAjaxResponse_ = function(data) {
if (data.length > 0) {
this.onDeviceSelectionChange_(); // Start monitoring the first device.
} else {
- rootUi.showDialog('No devices could be detected. Check the settings tab ' +
- 'to ensure that the adb path is properly configured.');
+ rootUi.showDialog('No devices detected. Make sure that adb is running on ' +
+ 'the host and check \'adb devices\'.');
}
};

Powered by Google App Engine
This is Rietveld 408576698