commit | b09530734220ef8b19f8bfbe66659e92b0ddc795 | [log] [tgz] |
---|---|---|
author | Tsu Chiang Chuang <tsu@google.com> | Thu Aug 09 15:17:10 2012 -0700 |
committer | Tsu Chiang Chuang <tsu@google.com> | Thu Aug 09 15:17:10 2012 -0700 |
tree | f876085dd3f71b9f892c5480aab803b31a5a6892 | |
parent | ebb25ef16a03f478946593d2d2ada043e0007220 [diff] |
Fix a bug where post JB AppDataDirGuesser gets a null cache directory. This is due to the fact that the format of the classloader changed. We can now use the system property java.io.tmpdir instead. If that fails, we fall back on the original logic.