More detailed debug log for Cordova problems

Hi everyone,

Is there a more detailed logfile for cordova related problems / errors? From time to time when upgrading versions I run into problems with specific cordova plugins. The log / stacktrace provided is not very helpful. It seems that the meteor toolchain hides a lot of relevant information.

Are there tricks or strategies to quickly see the root cause - e.g. a stacktrace containing the affected plugin code entry point?

Subproject Path: CordovaLibns                [========================== ] 95% 2.5s
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/LICENSE

cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/LICENSE
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/README.md

cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/LICENSE
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/README.md
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/package.json

cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/LICENSE
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/README.md
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/package.json
cp: dest file already exists: ~/DIR/.meteor/local/cordova-build/plugins/at.gofg.sportscomputer.powermanagement/plugin.xml

skipping existing file: PowerManagement.java
skipping existing file: PowerManagement.h
skipping existing file: PowerManagement.m
skipping existing file: PowerManagementProxy.js
skipping existing file: PowerManagement.cs
skipping existing file: powermanagement.js
~/DIR/.meteor/packages/meteor-tool/.1.8.0_2.gbqd4k.e1s5++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
      throw error;
      ^

Error: Some Cordova plugins installation failed: (cordova-plugin-powermanagement-orig).
    at CordovaProject.ensurePluginsWereInstalled (/tools/cordova/project.js:735:13)
    at CordovaProject.ensurePluginsWereInstalled (/tools/cordova/project.js:732:12)
    at buildmessage.enterJob (/tools/cordova/project.js:693:14)
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at CordovaProject.ensurePluginsAreSynchronized (/tools/cordova/project.js:551:18)
    at CordovaProject.prepareFromAppBundle (/tools/cordova/project.js:214:10)
    at buildmessage.enterJob (/tools/cli/commands.js:1105:24)
    at Object.enterJob (/tools/utils/buildmessage.js:388:12)
    at main.captureAndExit (/tools/cli/commands.js:1094:20)
    at Object.capture (/tools/utils/buildmessage.js:283:5)
    at Object.main.captureAndExit (/tools/cli/main.js:275:29)
    at buildCommand (/tools/cli/commands.js:1085:10)
    at Profile.run (/tools/cli/commands.js:909:25)
    at Function.run (/tools/tool-env/profile.js:490:12)
    at Promise.asyncApply (/tools/cli/commands.js:907:18)
    at ~/DIR/.meteor/packages/meteor-tool/.1.8.0_2.gbqd4k.e1s5++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/fiber_pool.js:43:40
 => awaited here:
    at Promise.await (~/DIR/.meteor/packages/meteor-tool/.1.8.0_2.gbqd4k.e1s5++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:60:12)
    at /tools/cli/main.js:1530:15

I may have to add: When adding this plugin to a plain cordova project, there is no problem, altough an even newer cordova version is used.