diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2020-09-28 20:10:23 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-09-28 20:10:23 +0000 |
| commit | 22b7c8fcdca60d82736b82e62da06f9645842e46 (patch) | |
| tree | 2821677c0eeed43eb14c532fb65cd8d5c47dfffc /core/java/android | |
| parent | 9bca9776187754b0589399a9d8f16373d3514cbc (diff) | |
| parent | 4d32b19208dd63d35cb3368b052f38b1f439887c (diff) | |
Merge "Fix minor error in documentation of isLoggable"
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/util/Log.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/util/Log.java b/core/java/android/util/Log.java index 2ded473930f7..7a117f14d9b5 100644 --- a/core/java/android/util/Log.java +++ b/core/java/android/util/Log.java @@ -227,7 +227,7 @@ public final class Log { * @param level The level to check. * @return Whether or not that this is allowed to be logged. * @throws IllegalArgumentException is thrown if the tag.length() > 23 - * for Nougat (7.0) releases (API <= 23) and prior, there is no + * for Nougat (7.0) and prior releases (API <= 25), there is no * tag limit of concern after this API level. */ @FastNative |
