AdsManager now uses new react native QPL identifiers

Reviewed By: fkgozali

Differential Revision: D3543775

fbshipit-source-id: b7a6f811c579d35913ad5e480e1a5bc486a6172d
This commit is contained in:
Charles Dick 2016-07-20 07:16:54 -07:00 committed by Facebook Github Bot
parent c4ffc7d71c
commit b25005a833
1 changed files with 0 additions and 6 deletions

View File

@ -21,12 +21,6 @@ var fixOpts = function(opts) {
}; };
var QuickPerformanceLogger = { var QuickPerformanceLogger = {
// These two empty containers will cause all calls to ActionId.SOMETHING or MarkerId.OTHER
// to equal 'undefined', unless they are given a concrete value elsewhere.
ActionId: {},
MarkerId: {},
markerStart(markerId, opts) { markerStart(markerId, opts) {
if (typeof markerId !== 'number') { if (typeof markerId !== 'number') {
return; return;