mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fabric: Enabling WITH_FBSYSTRACE for Fabric code
Summary: Systraces were disabled a year ago in D14019272 because we suspected they can negatively affect perf. We don't think this is the case anymore. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D19786284 fbshipit-source-id: 185ed45b134fdcadf131cfddfcf8faf37537a684
This commit is contained in:
committed by
Facebook Github Bot
parent
edfdafc7a1
commit
6e7369e1fd
@@ -42,8 +42,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -42,8 +42,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -49,8 +49,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -45,8 +45,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -46,8 +46,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
@@ -45,8 +45,7 @@ rn_xplat_cxx_library(
|
||||
platforms = (ANDROID, APPLE, CXX),
|
||||
preprocessor_flags = [
|
||||
"-DLOG_TAG=\"ReactNative\"",
|
||||
# Systraces are temporary disabled.
|
||||
# "-DWITH_FBSYSTRACE=1",
|
||||
"-DWITH_FBSYSTRACE=1",
|
||||
],
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
Reference in New Issue
Block a user