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