+ } catch (IOException e) {\r
+ Log.e(TAG, "I/O exception uploading " + localFile + " to " + remoteTarget, e);\r
+ caughtException = true;\r
+\r
+ } catch (Exception e) {\r
+ Log.e(TAG, "Unexpected exception uploading " + localFile + " to " + remoteTarget, e);\r
+ caughtException = true;\r
+ }\r
+ \r
+ if (!result && !caughtException) Log.e(TAG, "Upload of " + localFile + " to " + remoteTarget + " FAILED with HTTP status " + status);\r
+ \r