a coworker of mine saw a big performance hit in cl...
# android
d
a coworker of mine saw a big performance hit in classes where
getSimpleName
was being called and set to a non-static TAG string, when he changed the strings to be static, there wasn't even a reference to the method at runtime at all