am 25db8dc7
: Merge "Change output format to not throw warning on volantis." into lmp-dev
* commit '25db8dc7c6c155168f308b2f730198bc5a021e35': Change output format to not throw warning on volantis.
This commit is contained in:
commit
60c66099c0
@ -376,7 +376,7 @@ status_t HWComposer::queryDisplayProperties(int disp) {
|
||||
config.ydpi = values[i] / 1000.0f;
|
||||
break;
|
||||
default:
|
||||
ALOG_ASSERT(false, "unknown display attribute[%d] %#x",
|
||||
ALOG_ASSERT(false, "unknown display attribute[%zu] %#x",
|
||||
i, DISPLAY_ATTRIBUTES[i]);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user