[Android] NativeCrashActivity: disable the logcat sending as we no longer analyse them

Adrien Maglo git at videolan.org
Mon Sep 22 10:02:50 CEST 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Sep 22 10:02:40 2014 +0200| [e85640b58bc43c647aaee9991a4cd001adec0bf2] | committer: Adrien Maglo

NativeCrashActivity: disable the logcat sending as we no longer analyse them

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=e85640b58bc43c647aaee9991a4cd001adec0bf2
---

 vlc-android/res/layout/native_crash.xml |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/layout/native_crash.xml b/vlc-android/res/layout/native_crash.xml
index b8a8242..72d743d 100644
--- a/vlc-android/res/layout/native_crash.xml
+++ b/vlc-android/res/layout/native_crash.xml
@@ -17,7 +17,8 @@
         android:layout_height="wrap_content"
         android:layout_marginLeft="10dp"
         android:layout_marginRight="10dp"
-        android:text="@string/help_us_send_log" />
+        android:text="@string/help_us_send_log"
+        android:visibility="gone" />
 
     <ScrollView
         android:layout_width="fill_parent"
@@ -42,7 +43,8 @@
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
             android:layout_weight="1"
-            android:text="@string/send_log" />
+            android:text="@string/send_log"
+            android:visibility="gone" />
 
         <Button
             android:id="@+id/restart_vlc"



More information about the Android mailing list