Loading recovery.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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{ Loading Loading
recovery.cpp +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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{ Loading