Comment accéder aux logs de l’application?

Edit me

Install ADB

https://developer.android.com/studio/command-line/adb.html

If you have already install Android Studio, you should be able to use it. If not, check in your $PATH for your terminal.

Enable USB debugging

https://developer.android.com/studio/debug/dev-options.html

First, you need to unlock the “Developer options” on the device.

On Android 4.1 and lower, the Developer options screen is available by default. On Android 4.2 and higher, you must enable this screen as follows:

  • Open the Settings app.
  • (Only on Android 8.0 or higher) Select System.
  • Scroll to the bottom and select About phone.
  • Scroll to the bottom and tap Build number 7 times.
  • Return to the previous screen to find Developer options near the bottom.

Then you will need to enable at least one option in the new sub-menu USB debugging.

Enable USB debugging

Accessing console logs from the mobile

You can access these by running a command in a terminal while the Voozanoo Application is running on a device.

adb logcat *:S ReactNative:V ReactNativeJS:V