Closed
Bug 961847
Opened 12 years ago
Closed 10 years ago
about_memory --dir option doesn't work
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rwood, Unassigned)
Details
Try to use the get_about_memory.py tool and specify a folder name using the '-dir' option, and there is an error:
rwood@ubuntu:~/B2G/tools$ python get_about_memory.py --no-gc-cc-log --no-dmd --dir about-memory-start
Got 5/5 files.
Pulled files into None.
Traceback (most recent call last):
File "get_about_memory.py", line 289, in <module>
get_and_show_info(args)
File "get_about_memory.py", line 182, in get_and_show_info
(out_dir, merged_reports_path, dmd_files) = get_dumps(args)
File "get_about_memory.py", line 179, in get_dumps
return utils.run_and_delete_dir_on_exception(do_work, out_dir)
File "/home/rwood/B2G/tools/include/device_utils.py", line 157, in run_and_delete_dir_on_exception
os.rmdir(dir)
TypeError: coercing to Unicode: need string or buffer, NoneType found
Note: The specified folder name is created, but the .gz files are left in the pwd.
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•