DescriptionPepper: Add VLOG support for NaCl plugins.
Previously, VLOG statements would never log anything to the console, since
there was no way for state from the "v" and "vmodule" flags to be passed to the
untrusted NaCl process.
This change passes the values of the "v" and "vmodule" flags to the untrusted
process as part of channel creation, and then re-initializes the logging
subsystem to parse the new flag values.
BUG=181607
R=dmichael
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195541
Patch Set 1 #
Total comments: 4
Patch Set 2 : small fixes #
Total comments: 1
Patch Set 3 : Change DCHECK to if. #
Total comments: 1
Patch Set 4 : Add comment for whitelisted flags location #Patch Set 5 : Fix windows build #Patch Set 6 : Rebased #Patch Set 7 : Rebased #
Messages
Total messages: 19 (0 generated)
|