commit | a0335f2121a0a9e851b0a42f491f0359a730da06 | [log] [tgz] |
---|---|---|
author | Bobby Wang <bobwang@gpartner-nvidia.com> | Tue Apr 19 16:09:23 2016 +0800 |
committer | Bobby Wang <bobwang@gpartner-nvidia.com> | Fri Aug 26 16:36:51 2016 +0800 |
tree | 7778ef75f8e71d7c8c9ebebb3a7bc9ee1a3176a0 | |
parent | 18b146e36053681057b858b976d9c451ae5763b4 [diff] |
fix null pointer exception for filesystemperf If the parent dir does not exist, the mkdir() will fail, then File.list() will return null, which causes *NULL POINTER* exception. Just change mkdir to mkdirs. Change-Id: I52cc3262c111c32d24f62d05c02cb42687731a31