4

I used “plugin.shell(‘logcat’)” directly in the JavaScript console(chrome://inspect#apps) to get adb log informations before. But recently, after several times of upgrade, whenever I tap the command, it always prompts "Promise {[[PromiseStatus]]:”resolved”, [[PromiseValue]]:Object}” and no log is displayed. I have tried to get adb log from ui_log in chrome://system, but failed, the log I write in the code is not displayed either.

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

My test device information 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 adb log?

cmoaciopm
  • 2,076
  • 2
  • 22
  • 30

1 Answers1

2

This is a known regression issue and under investigation now.

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

cmoaciopm
  • 2,076
  • 2
  • 22
  • 30