Improve debug

pull/186/head
Fox2Code 2 years ago
parent 4718575303
commit 94a0ccabe9

@ -251,7 +251,8 @@ public class AndroidacyActivity extends FoxActivity {
String realUrl = Http.doHttpPostRedirect(downloadUrl,
jsonObject.toString(), true);
if (downloadUrl.equals(realUrl)) {
Log.e(TAG, "Failed to resolve URL");
Log.e(TAG, "Failed to resolve URL from " +
downloadUrl);
return;
}
Log.i(TAG, "Got url: " + realUrl);

Loading…
Cancel
Save