Merge remote-tracking branch 'stingerAJ/2011-7-15-patches'

pull/14/head
Tim Su 15 years ago
commit ce6fd902b7

@ -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