From f2db5d1d84f551d23f2215b88d6f3402bf845e67 Mon Sep 17 00:00:00 2001 From: pkotwicz Date: Mon, 23 May 2016 16:56:19 -0700 Subject: [PATCH] Always suppress DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED According to the docs, using AccessController is discouraged: https://developer.android.com/reference/java/security/AccessController.html BUG=None Review-Url: https://codereview.chromium.org/1989403004 Cr-Original-Commit-Position: refs/heads/master@{#395469} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 76a016568a6b224945dd21b04e3eb783673f0e37 --- android/findbugs_filter/findbugs_exclude.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/findbugs_filter/findbugs_exclude.xml b/android/findbugs_filter/findbugs_exclude.xml index 320a2bf35..f6a1394f2 100644 --- a/android/findbugs_filter/findbugs_exclude.xml +++ b/android/findbugs_filter/findbugs_exclude.xml @@ -21,4 +21,9 @@ In particular, ~ at the start of a string means it's a regex. + +