Bug 874708 - Backout changeset 4655d7317a03 (part of bug 875824) now that the linker itself has a mitigation that works on the SGS4

This commit is contained in:
Mike Hommey 2013-06-09 09:24:56 +02:00
parent 835bd7384a
commit 51a78ca8e7

View File

@ -205,13 +205,6 @@ public final class GeckoLoader {
putenv("MOZ_LINKER_CACHE=" + linkerCache);
}
// Disable on-demand decompression of the linker on devices where it
// is known to cause crashes.
if ("samsung".equals(android.os.Build.MANUFACTURER) &&
"GT-I9505".equals(android.os.Build.MODEL)) {
putenv("MOZ_LINKER_ONDEMAND=0");
}
#ifdef MOZ_LINKER_EXTRACT
putenv("MOZ_LINKER_EXTRACT=1");
// Ensure that the cache dir is world-writable