diff options
author | ByteHamster <info@bytehamster.com> | 2022-01-15 12:57:23 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-01-15 12:57:23 +0100 |
commit | 9c01712276658728278f9ce965522855d6b74309 (patch) | |
tree | b76390e614c56c68f046f2de1055ff56ba038359 /core/src/test | |
parent | ba17dd53f855ad55b2152325598a9e4adf9e9e28 (diff) | |
download | AntennaPod-9c01712276658728278f9ce965522855d6b74309.zip |
Move more checkstyle checks from 'new code' style to main style
Diffstat (limited to 'core/src/test')
-rw-r--r-- | core/src/test/java/android/util/Log.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/test/java/android/util/Log.java b/core/src/test/java/android/util/Log.java index 881d10209..a65bc80fa 100644 --- a/core/src/test/java/android/util/Log.java +++ b/core/src/test/java/android/util/Log.java @@ -215,6 +215,7 @@ public final class Log { * Added for this custom Log implementation, not in android sources. */ private static final int WTF = 8; + static int wtf(int logId, String tag, String msg, Throwable tr, boolean localStack, boolean system) { return printlns(LOG_ID_MAIN, WTF, tag, msg, tr); |