[Android] NativeCrashActivity: change the URL of the log upload script
Adrien Maglo
git at videolan.org
Mon May 12 17:47:14 CEST 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon May 12 17:45:42 2014 +0200| [50b5a1c8f7f325d7ed5713b071c35a24424c60b9] | committer: Adrien Maglo
NativeCrashActivity: change the URL of the log upload script
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=50b5a1c8f7f325d7ed5713b071c35a24424c60b9
---
vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java b/vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java
index b68b8a4..596e938 100644
--- a/vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/NativeCrashActivity.java
@@ -101,8 +101,7 @@ public class NativeCrashActivity extends Activity {
if (params[0].length() == 0)
return false;
HttpClient httpClient = new DefaultHttpClient();
- // FIXME: move this script to a Videolan server.
- HttpPost httpPost = new HttpPost("http://magsoft.dinauz.org/videolan/vlc-android/upload_crash_log.php");
+ HttpPost httpPost = new HttpPost("http://people.videolan.org/~magsoft/vlc-android_crashes/upload_crash_log.php");
try {
httpPost.setEntity(new ByteArrayEntity(
More information about the Android
mailing list