adb logcat cordova android 4

adb logcat cordova android 4,android,cordova,logging,adb,Android,Cordova,Logging,Adb,我以前用android手机登录时使用的是:adb logcat Cordova:D DroidGap:D CordovaLog:D:S 这已经不起作用了,可能是因为新的android更新。现在有人知道如何从手机登录吗?尝试使用以下命令: adb logcat chromium:D SystemWebViewClient:D *:S 我到处都能看到笑脸:D:SPowerShell方式:adb logcat |选择字符串(adb shell ps | findstr your.app.id).Sp

我以前用android手机登录时使用的是:adb logcat Cordova:D DroidGap:D CordovaLog:D:S


这已经不起作用了,可能是因为新的android更新。现在有人知道如何从手机登录吗?

尝试使用以下命令:

adb logcat chromium:D SystemWebViewClient:D *:S

我到处都能看到笑脸:D:SPowerShell方式:
adb logcat |选择字符串(adb shell ps | findstr your.app.id).Split(“,[System.StringSplitOptions]::removemptyEntries)[1]