I've taken over a project from another programmer, and I've noticed that every time some UI gets loaded (fragment, listview reload, etc), the log gets spammed with dozens of
D/Minikin: FontFamily bestFont == NULL, so return vacant FakedFont
messages.
Now, the app seems to work just fine, but it would be nice if I could solve the problem, so the log doesn't get spammed.
The app does use custom fonts, so that might have something to do with it, but I can't for the life of me see what might be wrong. The words "FontFamily", "bestFont" and "FakedFont" aren't used anywhere in the project.