Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adb logcat cordova android 4

I used to log from my android phone with: adb logcat Cordova:D DroidGap:D CordovaLog:D :S

This isn't working anymore, probably because of the new android update. Does anyone know how to log from the phone now?

like image 832
huadev Avatar asked May 02 '15 14:05

huadev


1 Answers

Try using this command:

adb logcat chromium:D SystemWebViewClient:D *:S
like image 160
Hector Roberto Montesinos Beta Avatar answered Oct 27 '22 15:10

Hector Roberto Montesinos Beta