add Relay as a category

Reviewed By: achen1

Differential Revision: D5741372

fbshipit-source-id: 65d46decd26e563ab3cd9ea72c3a391ba32c67bb
This commit is contained in:
Aaron Chiu
2017-09-27 22:23:10 -07:00
committed by Facebook Github Bot
parent 235c8874cc
commit 652dfd0b48

View File

@@ -24,4 +24,6 @@ public class ReactDebugOverlayTags {
"UI Manager",
"UI Manager View Operations (requires restart\nwarning: this is spammy)",
Color.CYAN);
public static final DebugOverlayTag RELAY =
new DebugOverlayTag("Relay", "including prefetching", Color.rgb(0xFF, 0x99, 0x00));
}