Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 94a0cca

Browse files
committed
Improve debug
1 parent 4718575 commit 94a0cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/fox2code/mmm/androidacy/AndroidacyActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ public void run() {
251251
String realUrl = Http.doHttpPostRedirect(downloadUrl,
252252
jsonObject.toString(), true);
253253
if (downloadUrl.equals(realUrl)) {
254-
Log.e(TAG, "Failed to resolve URL");
254+
Log.e(TAG, "Failed to resolve URL from " +
255+
downloadUrl);
255256
return;
256257
}
257258
Log.i(TAG, "Got url: " + realUrl);

0 commit comments

Comments
 (0)