Performance/MemShrink/DMD: Difference between revisions

Jump to navigation Jump to search
Line 174: Line 174:


   adb push $OBJDIR/dist/lib/libdmd.so /sdcard/
   adb push $OBJDIR/dist/lib/libdmd.so /sdcard/
   adb shell am start -n org.mozilla.fennec/.App --es \
   adb shell am start -n org.mozilla.fennec/.App \
      env0 MOZ_REPLACE_MALLOC_LIB=/sdcard/libdmd.so \
    --es env0 MOZ_REPLACE_MALLOC_LIB=/sdcard/libdmd.so \
      --es env1 DMD=1
    --es env1 DMD=1   # or replace the '1' with one or more DMD options (see below)


The commentary on Fennec goes to logcat, and looks like this:
The commentary on Fennec goes to logcat, and looks like this:
Confirmed users
1,345

edits

Navigation menu