Bore,

From oracle manual:
V$LOG STATUS column = ACTIVE means:
Log is active but is not the current log. It is needed for crash recovery. It may be in use for block recovery. It may or may not be archived.

The whole point of discussion is: Does oracle need the redo log file for crash recovery "after log switch occurs" because checkpoint is done?

My answer is yes.