Skip to content
Snippets Groups Projects
Commit a109e7db authored by Chih-Yu Huang's avatar Chih-Yu Huang
Browse files

v4l2 common: Fix build error when enabling verbose log of V4L2Device.cpp

SEQUENCE_CHECKER() macro does nothing when libchrome DCHECK flag is
not enabled. We cannot use ALOG_ASSERT() for the checker variable.
Also, we switched to Android ui::Rect class, which doesn't have
Contains() method. This CL fixes these issues.

Bug: 155138142
Test: mmm external/v4l2_codec2 with uncomment #define LOG_NDEBUG 0

Change-Id: I9960f5230166684c3b507e7b356833a1fb626fc6
parent 3ddab284
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment