summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-04 09:13:00 +0000
committeryusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-04 09:13:00 +0000
commit374331db60e56f60c6a683e4397388c8da1cecc1 (patch)
tree5b40cc1bb4cd3039591e618c25c64636ea222450
parentc9fd67036e1fcf713e7dc73a2b41bcafa155f1ba (diff)
downloadchromium_src-374331db60e56f60c6a683e4397388c8da1cecc1.zip
chromium_src-374331db60e56f60c6a683e4397388c8da1cecc1.tar.gz
chromium_src-374331db60e56f60c6a683e4397388c8da1cecc1.tar.bz2
Added two VLOGs for debugging issue 11379.
BUG=chromium-os:11379 TEST=none Review URL: http://codereview.chromium.org/6286106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73786 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/chromeos/cros/input_method_library.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/cros/input_method_library.cc b/chrome/browser/chromeos/cros/input_method_library.cc
index 3c0924b..130ac9c 100644
--- a/chrome/browser/chromeos/cros/input_method_library.cc
+++ b/chrome/browser/chromeos/cros/input_method_library.cc
@@ -345,6 +345,7 @@ class InputMethodLibraryImpl : public InputMethodLibrary,
// Check if it's a change in active input methods.
if (config_name == language_prefs::kPreloadEnginesConfigName) {
active_input_methods_are_changed = true;
+ VLOG(1) << "Updated preload_engines: " << value.ToString();
}
// Successfully sent. Remove the command and proceed to the next one.
pending_config_requests_.erase(iter++);
@@ -586,6 +587,7 @@ class InputMethodLibraryImpl : public InputMethodLibrary,
this);
*process_id = pid;
+ VLOG(1) << command_line << " (PID=" << pid << ") is started";
return true;
}