Reduce parcel size to avoid binder transaction failure
am: 22c1f9ac9f
Change-Id: Ic73134046ef97799471c9912875596efc31c6870
This commit is contained in:
@@ -37,7 +37,7 @@ class InstallationAsyncTask extends AsyncTask<String, Long, Throwable> {
|
||||
|
||||
private static final String TAG = "InstallationAsyncTask";
|
||||
|
||||
private static final int READ_BUFFER_SIZE = 1 << 19;
|
||||
private static final int READ_BUFFER_SIZE = 1 << 13;
|
||||
|
||||
private class InvalidImageUrlException extends RuntimeException {
|
||||
private InvalidImageUrlException(String message) {
|
||||
|
||||
Reference in New Issue
Block a user