Merge "recovery: Don't show "No /cache partition found" on screen." am: 021304503a
am: 7c77883b06
Change-Id: I1797129fa70266d9fe5eb09dece6b00cf75b6f2a
This commit is contained in:
@@ -961,7 +961,6 @@ static void choose_recovery_file(Device* device) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// If cache partition is not found, view /tmp/recovery.log instead.
|
// If cache partition is not found, view /tmp/recovery.log instead.
|
||||||
ui->Print("No /cache partition found.\n");
|
|
||||||
if (access(TEMPORARY_LOG_FILE, R_OK) == -1) {
|
if (access(TEMPORARY_LOG_FILE, R_OK) == -1) {
|
||||||
return;
|
return;
|
||||||
} else{
|
} else{
|
||||||
|
|||||||
Reference in New Issue
Block a user