AdsManager now uses new react native QPL identifiers
Reviewed By: fkgozali Differential Revision: D3543775 fbshipit-source-id: b7a6f811c579d35913ad5e480e1a5bc486a6172d
This commit is contained in:
parent
c4ffc7d71c
commit
b25005a833
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue