Potential fix for User cannot start Astrid due to force close (Localytics OutOfMemoryError)

pull/14/head
Arne Jans 13 years ago
parent f8b0b4758b
commit 7dbba09346

@ -298,6 +298,11 @@ public class UploaderThread extends Thread
{
Log.v(LOG_TAG, "IOException: " + e.getMessage());
}
catch (OutOfMemoryError e)
{
e.printStackTrace();
Log.v(LOG_TAG, "OutOfMemoryError: " + e.getMessage());
}
}
return postBody.toString();

Loading…
Cancel
Save