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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -