I\'m using ProGuard with my Android application and I\'m running getting the warnings below in my build log. I\'ve added the appropriate \'-keep public class com.foo.OtherCl
You suppress all messages of type Note by adding the following line:
-dontnote **