[Android] Larger HeapSize

Geoffrey Métais git at videolan.org
Wed Nov 26 15:01:45 CET 2014


vlc-ports/android | branch: 1.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 26 14:52:02 2014 +0100| [641951eefe234434bdc3f38cbd1c1ef0bcfe6608] | committer: Geoffrey Métais

Larger HeapSize

This will help to reduce OOM exception. We can ask this because we need memory for thumbnails.

(cherry picked from commit 282dddffb952803be5bd53e2e375ec454d73018a)

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

 vlc-android/AndroidManifest.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index c7a0ab9..e744027 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -22,6 +22,7 @@
         android:name="org.videolan.vlc.VLCApplication"
         android:debuggable="true"
         android:hardwareAccelerated="true"
+        android:largeHeap="true"
         android:icon="@drawable/icon"
         android:label="@string/app_name"
         android:logo="@drawable/ic_logo_w"



More information about the Android mailing list