mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 01:59:25 +08:00
PerformanceLogger: log extras to console in DEV mode
Differential Revision: D7862011 fbshipit-source-id: 591caf37d6c91ccb07f13005c0f6c57dcaaa22c5
This commit is contained in:
committed by
Facebook Github Bot
parent
255b97ddd1
commit
f5fcebabeb
@@ -185,6 +185,10 @@ const PerformanceLogger = {
|
||||
getExtras() {
|
||||
return extras;
|
||||
},
|
||||
|
||||
logExtras() {
|
||||
infoLog(extras);
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = PerformanceLogger;
|
||||
|
||||
Reference in New Issue
Block a user