After running adb logcat *:S ReactNative:V ReactNativeJS:V, I can see the console.log on Javascript code.
D/ReactNativeJS(11987): 'connect'
D/ReactNativeJS(11987): 'get'
D/ReactNativeJS(11987): 'join', [ 'ErC28kTYr1zgLXlhAAAh', 'bgxVgZzKZsmbu-bRAAAj' ]
However, the terminal doesn't show any log of .java files.
Log.d(TAG, "Hello"); // Never show
Both happening in Genymotion and Device.
How can I see the logs of Java?
After running
adb logcat *:S ReactNative:V ReactNativeJS:V, I can see the console.log on Javascript code.However, the terminal doesn't show any log of
.javafiles.Both happening in Genymotion and Device.
How can I see the logs of Java?