From 07153dd8f21a8cfa326d6309dfd7c71a37bbce09 Mon Sep 17 00:00:00 2001 From: Aaron Chiu Date: Wed, 8 Mar 2017 20:39:42 -0800 Subject: [PATCH] remove dup TRACE_TAG_REACT_APPS Summary: Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: > **Unless you are a React Native release maintainer and cherry-picking an *existing* commit into a current release, ensure your pull request is targeting the `master` React Native branch.** Explain the **motivation** for making this change. What existing problem does the pull request solve? Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. **Test plan (required)** Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. Make sure tests pass on both Travis and Circle CI. **Code formatting** Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). For more info, see Closes https://github.com/facebook/react-native/pull/12818 Differential Revision: D4680312 Pulled By: AaaChiuuu fbshipit-source-id: d8410e99c3ced4e2c94145186a450923029d5b22 --- ReactAndroid/src/main/java/com/facebook/systrace/Systrace.java | 1 - 1 file changed, 1 deletion(-) diff --git a/ReactAndroid/src/main/java/com/facebook/systrace/Systrace.java b/ReactAndroid/src/main/java/com/facebook/systrace/Systrace.java index e3ae99e0d..343f44c45 100644 --- a/ReactAndroid/src/main/java/com/facebook/systrace/Systrace.java +++ b/ReactAndroid/src/main/java/com/facebook/systrace/Systrace.java @@ -21,7 +21,6 @@ public class Systrace { public static final long TRACE_TAG_REACT_JAVA_BRIDGE = 0L; public static final long TRACE_TAG_REACT_APPS = 0L; public static final long TRACE_TAG_REACT_FRESCO = 0L; - public static final long TRACE_TAG_REACT_APPS = 0L; public static final long TRACE_TAG_REACT_VIEW = 0L; public static final long TRACE_TAG_REACT_JSC_CALLS = 0L;