This commit is contained in:
Lanchon 2017-09-23 08:56:15 -03:00
parent b8c145ec66
commit 7b27d0ca5a

View File

@ -140,7 +140,7 @@ public class DexIO {
false;
if (overflow) {
if (fileClassCount <= minMainDexClassCount) throw new DexPoolOverflowException(
"Dex pool overflowed while writing type " + (fileClassCount) +
"Dex pool overflowed while writing type " + fileClassCount +
" of " + minMainDexClassCount);
if (fileClassCount == 1) throw new DexPoolOverflowException(
"Type too big for dex pool: " + currentClass.getType());