Commit 6745b1f7 authored by jonross's avatar jonross Committed by Commit bot

Update AccelerometerReader Error Output

Change log level from ERROR to WARNING so as to reduce confusion in testing bot logs.

TEST=manual testing on device
BUG=585508

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

Cr-Commit-Position: refs/heads/master@{#374698}
parent afdce760
......@@ -235,8 +235,8 @@ void AccelerometerFileReader::Initialize(
// file on detecting the device.
if (base::IsDirectoryEmpty(base::FilePath(kAccelerometerDevicePath))) {
if (base::SysInfo::IsRunningOnChromeOS()) {
LOG(ERROR) << "Accelerometer device directory is empty at "
<< kAccelerometerDevicePath;
LOG(WARNING) << "Accelerometer device directory is empty at "
<< kAccelerometerDevicePath;
}
return;
}
......
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