cordova - Debug an app runnin of AVD -
i added file-transfer
cordova plugin
app upload images, test had use avd
since can't on browser.
the app run correctly on avd
ui
showing non of function needs make http calls on server works, login, register or upload image. made sure server , running , things working on browser.
my question how debug
while it's running on avd
bring command prompt (windows)/terminal (mac) window , run adb logcat
view logcat output of avd in real-time.
if want write file, adb logcat > debug.log
if avd android 4.4+, can connect chrome developer tools - navigate chrome://inspect/#devices
in chrome. can view network activity of avd webview way.
Comments
Post a Comment