We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c82d3 commit f27d2bdCopy full SHA for f27d2bd
java/ql/src/experimental/semmle/code/java/Logging.qll
@@ -19,7 +19,7 @@ class LoggingCall extends MethodAccess {
19
t.hasQualifiedName("com.google.common.flogger", "LoggingApi") or
20
t.hasQualifiedName("java.lang", "System$Logger") or
21
t.hasQualifiedName("java.util.logging", "Logger") or
22
- t.hasQualifiedName("android.util.Log", _)
+ t.hasQualifiedName("android.util", "Log")
23
|
24
(
25
m.getDeclaringType().getASourceSupertype*() = t or
0 commit comments