mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-29 20:26:03 +08:00
Add options defines.
This commit is contained in:
@@ -1 +1,7 @@
|
||||
module.exports = process.atomBinding 'content_tracing'
|
||||
|
||||
# Mirrored from content::TracingController::Options
|
||||
module.exports.DEFAULT_OPTIONS = 0
|
||||
module.exports.ENABLE_SYSTRACE = 1 << 0
|
||||
module.exports.ENABLE_SAMPLING = 1 << 1
|
||||
module.exports.RECORD_CONTINUOUSLY = << 2
|
||||
|
||||
Reference in New Issue
Block a user