commit | dcc36bf2a4c0ce863676affcb3cbdd0586a4f888 | [log] [tgz] |
---|---|---|
author | Flavio Lerda <flerda@google.com> | Wed Mar 25 10:22:05 2015 +0000 |
committer | Flavio Lerda <flerda@google.com> | Wed Mar 25 10:22:05 2015 +0000 |
tree | 4ea940ed518b16628c1b3c6e192df03117788cd7 | |
parent | ad32b4de5fc790ebb5b2b09c5eb6e3a395c9f91b [diff] |
Dump sharedLibraryFiles in a readable way. Currently, we are dumping sharedLibraryFiles using the default toString() method, which for an array returns a not so useful string. Instead, use Arrays.toString() to get out something that is more useful. Change-Id: I717e37ab38ed784a327fad59d63536ae2c56576a