From 7a9f989104ef6bd2e7047e7f08cbf65f5eed6a94 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 18 Jan 2014 12:46:27 +0100 Subject: [PATCH] Adds some URL error log --- projects/mtg/Android/src/org/libsdl/app/SDLActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/Android/src/org/libsdl/app/SDLActivity.java b/projects/mtg/Android/src/org/libsdl/app/SDLActivity.java index 847475a48..6634ad255 100644 --- a/projects/mtg/Android/src/org/libsdl/app/SDLActivity.java +++ b/projects/mtg/Android/src/org/libsdl/app/SDLActivity.java @@ -767,7 +767,7 @@ public class SDLActivity extends Activity implements OnKeyListener input.close(); } catch (Exception e) { - String errorMessage = "An error happened while downloading the resources. It could be that our server is temporarily down, that your device is not connected to a network, or that we cannot write to " + mSingleton.getSystemStorageLocation() + ". Please check your phone settings and try again. For more help please go to http://wagic.net"; + String errorMessage = "An error happened while downloading the resources at " + aurl +" . It could be that our server is temporarily down, that your device is not connected to a network, or that we cannot write to " + mSingleton.getSystemStorageLocation() + ". Please check your phone settings and try again. For more help please go to http://wagic.net"; mSingleton.downloadError(errorMessage); Log.e(TAG1, errorMessage); Log.e(TAG1, e.getMessage());