Index: build/android/findbugs_filter/findbugs_exclude.xml |
diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml |
index bf0e51f6945d6b70797f43ee79053dbfeb86383f..59aa92fd1ed246ff468f9765f53a203d4ad24297 100644 |
--- a/build/android/findbugs_filter/findbugs_exclude.xml |
+++ b/build/android/findbugs_filter/findbugs_exclude.xml |
@@ -89,6 +89,11 @@ In particular, ~ at the start of a string means it's a regex. |
<Method name="onCreate" /> |
<Bug code="Dm" /> |
</Match> |
+ <Match> |
+ <Class name="~org\.chromium\.components\.gcm_driver\..*\.GCMDriver" /> |
+ <Method name="launchNativeThen" /> |
+ <Bug code="Dm" /> |
+ </Match> |
<!-- |
Ignore write to static field in GCMDriver, as it's the cleanest way to mark |
the singleton as null when the native counterpart is destroyed. |