Confirmed users
699
edits
(→2.0 b1 nice-to-have: local zooming; XUL panning) |
No edit summary |
||
Line 66: | Line 66: | ||
From there, a normal opt or debug build will work. | From there, a normal opt or debug build will work. | ||
== Profiling == | |||
To get function timer data from a function-timer enabled build on android | |||
adb shell am start -a org.mozilla.fennec -n org.mozilla.fennec/org.mozilla.fennec.App --es env0 MOZ_FT=/data/data/org.mozilla.fennec/log.txt | |||
adb shell cat /data/data/org.mozilla.fennec/log.txt | |||
<code>adb pull [log]</code> should work as well. |