|
|
|
@ -56,7 +56,9 @@ class KotatsuApp : BaseApp() {
|
|
|
|
detectLeakedSqlLiteObjects()
|
|
|
|
detectLeakedSqlLiteObjects()
|
|
|
|
detectLeakedClosableObjects()
|
|
|
|
detectLeakedClosableObjects()
|
|
|
|
detectLeakedRegistrationObjects()
|
|
|
|
detectLeakedRegistrationObjects()
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) detectContentUriWithoutPermission()
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
|
|
|
|
|
|
|
detectContentUriWithoutPermission()
|
|
|
|
|
|
|
|
}
|
|
|
|
detectFileUriExposure()
|
|
|
|
detectFileUriExposure()
|
|
|
|
penaltyLog()
|
|
|
|
penaltyLog()
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P && notifier != null) {
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P && notifier != null) {
|
|
|
|
|