View logs from android Java code

Please provide the following:

  1. SDK Version: 4.2.1
  2. Platforms(Android/iOS/web/all): Android/iOS

I want to log some information in the Java files on the android side. I don’t seem to be able to find these logs. I tried adb logcat but I wasn’t able to see the logs, neither I could see them in the debugger-ui in the browser.
I tried using both Log.d, Log.e and System.out.println.
Using console.log on the React side works and I can see those logs in the debugger-ui but I want to check something on the Android side.
Thanks for any help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.