Open GoogleCodeExporter opened 9 years ago
remote_inspector_client.py still exists. I just checked that if you use the
checkout instructions (do gclient sync), you'll get remote_inspector_client.py
just like it should be.
Did you create your checkout using "gclient sync" like the instructions say?
Original comment by marja@google.com
on 19 Nov 2013 at 1:10
In addition, can you paste the list of files you get when you do the checkout?
Original comment by marja@google.com
on 19 Nov 2013 at 1:11
i meet the same problem!
Original comment by herbertl...@gmail.com
on 16 Dec 2013 at 6:02
when trying to run
python jsleakcheck.py -d closure-disposable -v
I get the following:
Traceback (most recent call last):
File "jsleakcheck.py", line 35, in <module>
import remote_inspector_client
ImportError: No module named remote_inspector_client
remote_inspector_client.py is not in my local repo. running gclient sync is
also problematic. See the error below:
...
svn: E170000: URL
'http://src.chromium.org/chrome/trunk/src/chrome/test/pyautolib' doesn't exist
Syncing projects: 66% ( 2/ 3) pyautolib
pyautolib (ERROR)[0:00:01] Started.
----------------------------------------
----------------------------------------
Error: Command svn checkout
http://src.chromium.org/chrome/trunk/src/chrome/test/pyautolib
/Users/johndoe/git_clients/depot_tools/depot_tools/pyautolib --non-interactive
--ignore-externals returned non-zero exit status 1 in
/Users/johndoe/git_clients/depot_tools/depot_tools
Original comment by alabi...@google.com
on 9 Apr 2014 at 1:42
They seem to have killed pyautolib. jsleakcheck can no longer function. Also,
the Dev Tools heap snapshot protocol is not supported, as in, it's not kept
stable, so jsleakcheck cannot work against it. :(
Original comment by marja@google.com
on 9 Apr 2014 at 7:05
That's unfortunate..thanks for the prompt response!
Original comment by alabi...@google.com
on 9 Apr 2014 at 12:32
Original issue reported on code.google.com by
nalb...@gmail.com
on 17 Nov 2013 at 12:07