debug-native-android.mo

Debug Android code

Prerequisites

Log Android Errors

Prerequisites

Steps

  • Connect the Android phone to your computer

  • Make sure that the phone is available from your computer: adb devices

  • Run: pidcat <GRADLE_APP_IDENTIFIER>

  • See all the logs related to your app, requests, native and javascript logs and errors, etc.

Last updated