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:
parent
4764cb8d48
commit
e76b7bbf78
@ -94,5 +94,5 @@
|
||||
-keepclasseswithmembers class com.android.emailcommon.utility.EmailAsyncTask$Tracker {
|
||||
<init>();
|
||||
*** getTaskCountForTest();
|
||||
*** containsTaskForTest();
|
||||
*** containsTaskForTest(com.android.emailcommon.utility.EmailAsyncTask);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user