Saturday, November 2, 2013

Chrome Browser Debugging

Couldn’t figure out why ADB Chrome extension was not starting on my Ubuntu 12.04 home laptop. It worked fine on my work Ubuntu 12.04 laptop. After using my fav search friend, Google, I found out how to enable Chrome browser debugging. It starts the Chrome browser without sending it to the background.
```
#chrome-browser --enable-logging

```
It produced the following error message when I attempted to start ADB. Which of cause lead me the solution.

```
# sudo apt-get install libncurses5:i386

```
I promptly added this to my [ansible restore PC playbook](http://github.com/skamithi/restore_pc)

No comments:

Post a Comment