зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1455848 - output useful information about font file attributes with error. r=me
This commit is contained in:
Родитель
95b755e3c8
Коммит
0a64cd8214
|
@ -735,6 +735,7 @@ mozilla::ipc::IPCResult WebRenderBridgeParent::RecvValidateFontDescriptor(
|
|||
<< family << "\" has "
|
||||
<< (attribs == INVALID_FILE_ATTRIBUTES ? "INVALID"
|
||||
: "valid")
|
||||
<< "(" << hexa(attribs) << ")"
|
||||
<< " file \"" << files << "\"";
|
||||
}
|
||||
remaining -= fileLength + 1;
|
||||
|
|
Загрузка…
Ссылка в новой задаче