I took the project from another programmer, and I noticed that every time a certain user interface is loaded (fragment, list reloading, etc.), the log receives dozens of spam
D/Minikin: FontFamily bestFont == NULL, so return vacant FakedFont
messages.
Now the application works fine, but it would be nice if I could solve the problem, so the log does not receive spam.
The application uses custom fonts, so this may have something to do with it, but I canβt make my life visible, which may be wrong. The words "FontFamily", "bestFont" and "FakedFont" are not used anywhere in the project.
source
share