android - How to handle the error message "FontFamily bestFont == NULL, so return vacant FakedFont" -


i've taken on project programmer, , i've noticed every time ui gets loaded (fragment, listview reload, etc), log gets spammed dozens of

d/minikin: fontfamily bestfont == null, return vacant fakedfont 

messages.

now, app seems work fine, nice if solve problem, log doesn't spammed.

the app use custom fonts, might have it, can't life of me see might wrong. words "fontfamily", "bestfont" , "fakedfont" aren't used anywhere in project.

probably app uses this framework, , writes message logs. so, can't remove since it's not inside code.

however, can exclude lines tag named minikin logcat. see following how achieve that: https://stackoverflow.com/a/29634795/5250273


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -