Currently, I am working with an Ionic app that is connected to SalesForce Mobile SDK. Due to the lack of support for the SDK and certain plugins in Ionic Serve, I have resorted to running the app in Android Studio using an Emulator - specifically, the Android emulator.
Although I am new to Android Studio, I am eager to learn how to insert logs into my JavaScript/TypeScript code and effectively view them in the log (Logcat, perhaps?). This will help me grasp the debugging and logging process within this environment.