Confirmed users
85
edits
No edit summary |
|||
Line 127: | Line 127: | ||
and | and | ||
* Get a display list dump. Build b2g with 'export B2G_DUMP_PAINTING=1' in your .userconfig. Set the preference 'user_pref("layout.display-list.dump", true);'. | * Get a display list dump. Build b2g with 'export B2G_DUMP_PAINTING=1' in your .userconfig (note: if you have a debug build, you don't need this). Set the preference 'user_pref("layout.display-list.dump", true);'. | ||
* Look for the display list dump for the particularly process at the moment of interest. It will contains a list of display items and their mappings between layers and their original frames. | * Look for the display list dump for the particularly process at the moment of interest. It will contains a list of display items and their mappings between layers and their original frames. | ||