I am trying to insert a little instrumentation into the Firefox implmentation to see when XPCOM components are accessed. What I want to accomplish is to be able to observe calls to
Components.classes["@mozilla.org/network/io-service;1"] and such. I tried adding printf statements to js/src/xpconnect/src/xpccomponents.cpp and recompiling, but without much success. I am guessing that this is the right place. Is there a logging infrastructure for Firefox I could enable? Thanks, -Ben _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
