diff --git a/core/java/android/util/Log.java b/core/java/android/util/Log.java index 7a117f14d9b5d..12bcd8b0aa977 100644 --- a/core/java/android/util/Log.java +++ b/core/java/android/util/Log.java @@ -44,9 +44,7 @@ import java.net.UnknownHostException; * You can then view the logs in logcat. * *

The order in terms of verbosity, from least to most is - * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled - * into an application except during development. Debug logs are compiled - * in but stripped at runtime. Error, warning and info logs are always kept. + * ERROR, WARN, INFO, DEBUG, VERBOSE. * *

Tip: A good convention is to declare a TAG constant * in your class: