Skip to content
Snippets Groups Projects
Commit b25005a8 authored by Charles Dick's avatar Charles Dick Committed by Facebook Github Bot
Browse files

AdsManager now uses new react native QPL identifiers

Reviewed By: fkgozali

Differential Revision: D3543775

fbshipit-source-id: b7a6f811c579d35913ad5e480e1a5bc486a6172d
parent c4ffc7d7
No related merge requests found
......@@ -21,12 +21,6 @@ var fixOpts = function(opts) {
};
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) {
if (typeof markerId !== 'number') {
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment