3

JS code log can be seen on Chrome, but where do you see the log generated in the Java code?

Ok, I got the answer - using "adb logcat", but how do you debug the Java code? Is there a tool that can be used for react-native development?

david72
  • 6,327
  • 2
  • 31
  • 54

2 Answers2

6

Thanks to @Dave Newton, using from console via "adb logcat"

david72
  • 6,327
  • 2
  • 31
  • 54
0

You have a logcat in android studio as well as eclipse.

Abhishek Singh
  • 369
  • 2
  • 17