react-native/ReactAndroid
Max Sherman 1fe947d956 Record thread cpu time for native modules thread
Summary: I want the same instrumentation we did for the JS thread for the NM thread.  This diff adds thread cpu time.

Reviewed By: alexeylang

Differential Revision: D13328876

fbshipit-source-id: 7b310956c52907ffbd881f864e1f8e774853d7f5
2018-12-05 12:43:17 -08:00
..
libs Fix unmangled visibility in rn_defs 2018-11-27 13:46:24 -08:00
src Record thread cpu time for native modules thread 2018-12-05 12:43:17 -08:00
.npmignore
DevExperience.md
README.md Fixing link to Android build guide. 2018-05-27 15:17:55 -07:00
build.gradle Bump Android SDK to 28, Build Tools to 28.0.2, Gradle to 4.7, Gradle Plugin to 3.2.0 (#21632) 2018-12-05 09:06:31 -08:00
gradle.properties Upgrade folly to v2018.10.22.00 for Android (#21977) 2018-10-29 12:06:37 -07:00
proguard-rules.pro RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
release.gradle Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00

README.md

Building React Native for Android

See the docs on the website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.