mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Cleanup android log
Summary: Cleaning up <android/log.h> from includes We use LOG ``` LOG(INFO) << "message"; ``` to log Reviewed By: shergin Differential Revision: D14297264 fbshipit-source-id: 1a9a760a092b6947cca7d7d59b66c574b3e41ad8
This commit is contained in:
committed by
Facebook Github Bot
parent
747d1f7029
commit
ca6e1793ed
@@ -7,7 +7,6 @@
|
||||
#include "EventEmitterWrapper.h"
|
||||
#include "ReactNativeConfigHolder.h"
|
||||
|
||||
#include <android/log.h>
|
||||
#include <fb/fbjni.h>
|
||||
#include <jsi/JSIDynamic.h>
|
||||
#include <jsi/jsi.h>
|
||||
|
||||
Reference in New Issue
Block a user