tunnel: disable LongLogTag lint
Should have been part of the patch that disabled this for ui/
Fixes: 8d128cf2e9
("ui: disable LongLogTag lint")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
8207ae1e8d
commit
6cb9548f72
@ -45,6 +45,9 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
disable('LongLogTag')
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user