5
edits
AlexPakhotin (talk | contribs) |
m (Minor line-number change in a code link.) |
||
Line 206: | Line 206: | ||
Fennec on android uses its own library loader. This loader and gdb don't get along: gdb doesn't work correctly with loaded through our dlopen. | Fennec on android uses its own library loader. This loader and gdb don't get along: gdb doesn't work correctly with loaded through our dlopen. | ||
Our loader is disabled in debug builds. In opt builds, for now you need to manually flip the <code>[http://mxr.mozilla.org/mozilla-central/source/other-licenses/android/APKOpen.cpp# | Our loader is disabled in debug builds. In opt builds, for now you need to manually flip the <code>[http://mxr.mozilla.org/mozilla-central/source/other-licenses/android/APKOpen.cpp#246 extractLibs]</code> variable in APKOpen.cpp to "1". | ||
=== Preparation === | === Preparation === |
edits