mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Merge "getSessionCharacteristic bug fix" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
40ed080367
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user