Fix proguard rule

-keepclasseswithmembers is strict.  If it isn't able to find any of the
methods listed, the whole class can be stripped

Bug: 16825652
Change-Id: I1e8eefba9e0cf4b596f7e8041161e12bde6b51c6
This commit is contained in:
Paul Westbrook 2014-08-06 00:41:47 -07:00
parent 4764cb8d48
commit e76b7bbf78
1 changed files with 1 additions and 1 deletions

View File

@ -94,5 +94,5 @@
-keepclasseswithmembers class com.android.emailcommon.utility.EmailAsyncTask$Tracker {
<init>();
*** getTaskCountForTest();
*** containsTaskForTest();
*** containsTaskForTest(com.android.emailcommon.utility.EmailAsyncTask);
}