Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3b8c14e authored by Matt Buckley's avatar Matt Buckley
Browse files

Add default case to switch statment

Flag: EXEMPT NDK
Bug: no
Test: manual
Change-Id: I5b30c28c575778270f44c8327752f7439d1f668e
parent 0e235460
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -881,6 +881,8 @@ void APerformanceHintSession::traceModes(const std::vector<hal::SessionMode>& mo
            case hal::SessionMode::GRAPHICS_PIPELINE:
                traceGraphicsPipeline(isEnabled);
                break;
            default:
                break;
        }
    }
}