Can't get adb log output using plugin.shell ("logcat") anymore

I used "plugin.shell (" logcat "" directly in the JavaScript console (chrome: // check # applications) to get the ad log information. But recently, after several updates, whenever I click this command, it always it asks "Promise {[[PromiseStatus]]:" enabled, [[PromiseValue]]: Object} "and the log is not displayed. I tried to get the adb log from ui_log on chrome: //, but failed, the log that I write in code, also not displayed.

I found this problem quite a few days ago and thought it would be fixed as Google. However, it is still used there.

Information about my test device Chrome OS: version 45.0.2454.15 dev ARC: 45.5021.433.5

My question is: how can I get adb log now? Or should I use some other method to get the adb log?

+4
source share
1 answer

This is a known regression problem and is now under investigation.

Note: logcat is still available in Chrome 44 on the stable channel.

+2
source

All Articles