Platform/GFX/Quantum Render: Difference between revisions

removed etherpad link, site may be hacked (top article is fully in spanish instead of english for unknown reason)
m (webrender-perf try preset)
(removed etherpad link, site may be hacked (top article is fully in spanish instead of english for unknown reason))
 
Line 182: Line 182:


This will tell WR to generate a capture, which will be saved to the filesystem. The path (which is something like <tt>/storage/emulated/0/Android/data/org.mozilla.geckoview_example/files/wr-capture</tt>, but may vary by device and Android version) will be printed to logcat, so you can view it by running <tt>adb logcat</tt>. To pull the capture off the device onto your local system, run <tt>adb pull /path/to/wr-capture</tt>, where the path is what was printed to logcat. This should download the entire folder, which you can then load in wrench as usual.
This will tell WR to generate a capture, which will be saved to the filesystem. The path (which is something like <tt>/storage/emulated/0/Android/data/org.mozilla.geckoview_example/files/wr-capture</tt>, but may vary by device and Android version) will be printed to logcat, so you can view it by running <tt>adb logcat</tt>. To pull the capture off the device onto your local system, run <tt>adb pull /path/to/wr-capture</tt>, where the path is what was printed to logcat. This should download the entire folder, which you can then load in wrench as usual.
== Further reading ==
There is more information at the following locations:
* https://public.etherpad-mozilla.org/p/gfx
64

edits