Bug 1455848 - output useful information about font file attributes with error. r=me

This commit is contained in:
Lee Salzman 2018-12-29 22:07:02 -05:00
Родитель 95b755e3c8
Коммит 0a64cd8214
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -735,6 +735,7 @@ mozilla::ipc::IPCResult WebRenderBridgeParent::RecvValidateFontDescriptor(
<< family << "\" has "
<< (attribs == INVALID_FILE_ATTRIBUTES ? "INVALID"
: "valid")
<< "(" << hexa(attribs) << ")"
<< " file \"" << files << "\"";
}
remaining -= fileLength + 1;