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

Unified Diff: chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc

Issue 472833002: Additional logs for supervised user auth/creation errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc b/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
index 7cb8514c904ef5e73a875161f78e57a9232796d3..99cecb19364b4ae6fcc868c6135af24be83c57c6 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
@@ -263,6 +263,8 @@ SupervisedUserAuthenticator::ResolveState() {
SupervisedUserAuthenticator::AuthState
SupervisedUserAuthenticator::ResolveCryptohomeFailureState() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
+ LOG(ERROR) << "Failed to authenticate supervised user, code: "
ygorshenin1 2014/08/14 15:52:32 nit: s/code/mount error/
Nikita (slow) 2014/08/14 16:02:05 Done.
+ << current_state_->cryptohome_code();
if (current_state_->cryptohome_code() ==
cryptohome::MOUNT_ERROR_TPM_NEEDS_REBOOT) {
// Critical TPM error detected, reboot needed.

Powered by Google App Engine
This is Rietveld 408576698