Skip to content

Commit f27d2bd

Browse files
porcupineyhairsMarcono1234
authored andcommitted
Update java/ql/src/experimental/semmle/code/java/Logging.qll
Co-authored-by: Marcono1234 <[email protected]>
1 parent d0c82d3 commit f27d2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/semmle/code/java/Logging.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LoggingCall extends MethodAccess {
1919
t.hasQualifiedName("com.google.common.flogger", "LoggingApi") or
2020
t.hasQualifiedName("java.lang", "System$Logger") or
2121
t.hasQualifiedName("java.util.logging", "Logger") or
22-
t.hasQualifiedName("android.util.Log", _)
22+
t.hasQualifiedName("android.util", "Log")
2323
|
2424
(
2525
m.getDeclaringType().getASourceSupertype*() = t or

0 commit comments

Comments
 (0)