servo / servo

Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
https://servo.org
Mozilla Public License 2.0
26.34k stars 2.93k forks source link

android: Trim whitespace around font filenames. #32298

Closed mukilan closed 4 weeks ago

mukilan commented 4 weeks ago

This is a speculative fix for #32161. A similar failure is reproducible on the Android x86_64 emulator with API 35 system image. The fix has not been validated on the actual device, so potentially there might be other issues that need to be fixed to complete #32161.

Signed-off-by: Mukilan Thiyagarajan mukilan@igalia.com


mukilan commented 4 weeks ago

It might also be worth printing the font file name so that we have more debugging information to go on.

Good idea. I'll raise a separate PR as this needs to done for Mac & Linux platforms as well.