New issue
Advanced search Search tips

Issue 841524 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

"Failed to read tokens file" error logged on startup

Project Member Reported by michae...@chromium.org, May 9 2018

Issue description

Starting Chrome OS on Linux logs the following error:

[158335:158405:0509/134000.438615:ERROR:account_manager.cc(37)] Failed to read tokens file

This is presumably expected on CrOS on Linux, so logging it as an error is unnecessary noise. Notice also the number of bugs that include it in pasted output: https://bugs.chromium.org/p/chromium/issues/list?can=2&q=%22Failed+to+read+tokens%22
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 11 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7bc656a1f55def0a252127ddb23fda606b3d479b

commit 7bc656a1f55def0a252127ddb23fda606b3d479b
Author: Kush Sinha <sinhak@chromium.org>
Date: Fri May 11 14:32:49 2018

Do not log an error if CrOS AccountManager cannot find its tokens file

Chrome OS AccountManager has not been fully turned on yet and error
logging missing tokens file is creating noise in error logs.

This error log will be re-introduced once AccountManager is the default
Identity provider on Chrome OS and failure to read tokens file is an
actual error for all users.

Bug:  841524 
Change-Id: I608306317f1aa6edc6f44ec3338df8a63b1bba5c
Reviewed-on: https://chromium-review.googlesource.com/1054673
Reviewed-by: Lutz Justen <ljusten@chromium.org>
Commit-Queue: Kush Sinha <sinhak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557872}
[modify] https://crrev.com/7bc656a1f55def0a252127ddb23fda606b3d479b/chromeos/account_manager/account_manager.cc

Comment 2 by sinhak@chromium.org, May 11 2018

Status: Fixed (was: Assigned)

Sign in to add a comment