Remove level1_failed_ cache
Bug: 313497311 Test: Samsung QA Change-Id: Ic3bddf5340f37a19bd44800681fec6f0c0520d19
This commit is contained in:
@@ -875,7 +875,8 @@ class Adapter {
|
||||
LOGI("Level 1 Build Info (v%d): %s", level1_.version, buf.c_str());
|
||||
}
|
||||
} else {
|
||||
level1_failed_ = true;
|
||||
// b/313497311 disable level1 failure cache
|
||||
// level1_failed_ = true;
|
||||
FallBackToLevel3();
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user