adrielcafe / NMSAlphabetAndroidApp

An unofficial translator app for No Man's Sky
https://play.google.com/store/apps/details?id=cafe.adriel.nmsalphabet.free
MIT License
25 stars 12 forks source link

Log gets spammed #1

Closed cherry-wave closed 8 years ago

cherry-wave commented 8 years ago

It's just on warn-level but spams the log a lot (multple times in just one milisecond):

05-02 20:14:29.456 29895-30001/cafe.adriel.nmsalphabet.free W/Bitmap: Called reconfigure on a bitmap that is in use! This may cause graphical corruption!
adrielcafe commented 8 years ago

It's a related issue with Glide when it loads a gif, just happens on SplashActivity https://github.com/bumptech/glide/issues/743

Unfortunately I haven't found a way to disable the log :(

adrielcafe commented 8 years ago

Best solution I found is hide the irrelevant log:

1 - Android Monitor > Logcat > Edit Filter Configuration captura de tela 2016-05-03 as 14 05 25

2 - Insert this string in Log Message ^(?!Called reconfigure on a bitmap that is in use)

captura de tela 2016-05-03 as 14 07 51