I am developing a cordova application that uses plugins.
One of them uses the Log.v method from android.util.log.
Questions:
1) where does the plugin flush this logs? And how I can check them? 2) it possibile to print something to console at runtime from the "java side"? I can only debug the javascript part through "crome://inspect" on Google Chrome or via adb running the command "adb logcat CordovaApp:D *:S"
Important note: I am using netbeans 7.4 and I cannot run the run command from netbeans because it does not take into account the root.xml root file, causing me to overwrite my settings, and also (I donβt know why), the process takes too much time to start from - for undetected plugins (which are installed by peraphs) and re-download them every time you extract from git.
thanks
source share