Added additional logging for strange error messages.

BUG=263527
TEST=none

Review URL: https://codereview.chromium.org/70173007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235819 0039d316-1c4b-4281-b951-d872f2087c98
parent d54b020d
......@@ -140,6 +140,7 @@ void CoreOobeHandler::ShowSignInError(
const std::string& error_text,
const std::string& help_link_text,
HelpAppLauncher::HelpTopic help_topic_id) {
LOG(ERROR) << "CoreOobeHandler::ShowSignInError: error_text=" << error_text;
CallJS("showSignInError", login_attempts, error_text,
help_link_text, static_cast<int>(help_topic_id));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment