davinci: fod: Frop \n from logs

Change-Id: I1ec1e1bbdb1bf6d034bba05cd653458f04d5e544
This commit is contained in:
Demon000 2020-05-29 00:40:01 +02:00 committed by Arian
parent b5ddfbb07f
commit 48c907ba7c
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -113,12 +113,12 @@ Return<void> FingerprintInscreen::onHideFODView() {
}
Return<bool> FingerprintInscreen::handleAcquired(int32_t acquiredInfo, int32_t vendorCode) {
LOG(ERROR) << "acquiredInfo: " << acquiredInfo << ", vendorCode: " << vendorCode << "\n";
LOG(ERROR) << "acquiredInfo: " << acquiredInfo << ", vendorCode: " << vendorCode;
return false;
}
Return<bool> FingerprintInscreen::handleError(int32_t error, int32_t vendorCode) {
LOG(ERROR) << "error: " << error << ", vendorCode: " << vendorCode << "\n";
LOG(ERROR) << "error: " << error << ", vendorCode: " << vendorCode;
return false;
}