Joined May 2011
·

Alexander Rösel

apitrary
·
Berlin
·
·
·

I'm testing it in Chrome Desktop. Unfortunately Batarang does not work when inspecting a Cordova/PhoneGap application through chrome://inspect/#devices

What do you mean with Cordova calls? Our API calls are working both on Chrome Desktop and Android. For data persistence we use the Cordova-SQLitePlugin on Android and WebSQL when debugging on Chrome Desktop.

In case you want to profile certain function calls on Android you could use
javascript console.time('FunctionName'); myFunctionCall(); console.timeEnd('FunctionName');
and check the console output in developer tools.

Achievements
121 Karma
10,281 Total ProTip Views