Confirmed users
157
edits
Amccreight (talk | contribs) |
|||
| Line 133: | Line 133: | ||
This creates a file named cc-edges-NNNN.log and writes a dump of the heap known to the cycle collector, which includes JS objects and also native C++ objects that participate in cycle collection, to the file. | This creates a file named cc-edges-NNNN.log and writes a dump of the heap known to the cycle collector, which includes JS objects and also native C++ objects that participate in cycle collection, to the file. | ||
Since 2012-09-13 one can override the default location of the log files by | |||
setting MOZ_CC_LOG_DIRECTOR environment variable. http://people.mozilla.com/~mleibovic/cc-dump.xpi | |||
is an addon for Android Firefox which uses that to save files to /sdcard. | |||
The file location changed in Firefox 12: | The file location changed in Firefox 12: | ||