Bug 1357486: Part 0c - Propagate addonId to parent process with console messages. r=aswan

MozReview-Commit-ID: I1LzpMcfgEh
This commit is contained in:
Kris Maglione
2017-07-07 14:34:02 -07:00
parent a2ff8ca3de
commit 4547035c4a

View File

@@ -62,6 +62,7 @@ ContentProcessSingleton.prototype = {
functionName: consoleMsg.functionName.substring(0,
MSG_MGR_CONSOLE_INFO_MAX),
timeStamp: consoleMsg.timeStamp,
addonId: consoleMsg.addonId,
arguments: [],
};