Merge "getSessionCharacteristic bug fix" into main

This commit is contained in:
Treehugger Robot
2024-04-29 17:27:34 +00:00
committed by Android (Google) Code Review

View File

@@ -341,6 +341,10 @@ TEST_P(CameraAidlTest, getSessionCharacteristics) {
ret = device->getSessionCharacteristics(config, &session_chars);
ASSERT_TRUE(ret.isOk());
verifySessionCharacteristics(session_chars, camera_chars);
ret = mSession->close();
mSession = nullptr;
ASSERT_TRUE(ret.isOk());
}
} else {
ALOGI("getSessionCharacteristics: Test skipped.\n");