Fabric: Systraces are temporary disabled in Fabric C++ code

Summary: Now in BUCK file only, not in code.

Reviewed By: JoshuaGross

Differential Revision: D14019271

fbshipit-source-id: e1396be7156a374a1379a147ddecb83b51686121
This commit is contained in:
Valentin Shergin 2019-02-11 15:51:34 -08:00 committed by Facebook Github Bot
parent 77838b5504
commit 222e650885
5 changed files with 10 additions and 5 deletions

View File

@ -39,7 +39,8 @@ rn_xplat_cxx_library(
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
# Systraces are temporary disabled.
# "-DWITH_FBSYSTRACE=1",
],
tests = [":tests"],
visibility = ["PUBLIC"],

View File

@ -46,7 +46,8 @@ rn_xplat_cxx_library(
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
# Systraces are temporary disabled.
# "-DWITH_FBSYSTRACE=1",
],
tests = [":tests"],
visibility = ["PUBLIC"],

View File

@ -43,7 +43,8 @@ rn_xplat_cxx_library(
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
# Systraces are temporary disabled.
# "-DWITH_FBSYSTRACE=1",
],
tests = [":tests"],
visibility = ["PUBLIC"],

View File

@ -43,7 +43,8 @@ rn_xplat_cxx_library(
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
# Systraces are temporary disabled.
# "-DWITH_FBSYSTRACE=1",
],
tests = [":tests"],
visibility = ["PUBLIC"],

View File

@ -43,7 +43,8 @@ rn_xplat_cxx_library(
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
# Systraces are temporary disabled.
# "-DWITH_FBSYSTRACE=1",
],
tests = [":tests"],
visibility = ["PUBLIC"],