Log possible library names when loading native library
Issue #64
resolved
Originally reported on Google Code with ID 64
Method Internal.loadLibraryX() 1. Log (with logFine) collected library names after line List<String> names = collectLibraryNames(versionSuffix, os, arch); 2. Log versionSuffix (String versionSuffix = getVersionSuffix(classUrl);)
Reported by pdyoma
on 2014-08-01 16:26:38
Comments (2)
-
Account Deleted -
Account Deleted Added another logging method to tryLoadFromPath()
Reported by
sereda@almworks.com
on 2014-09-21 19:23:21 - Status changed:Fixed
- Log in to comment
Why? There's a logFine call for every attempt to load a specific binary
Reported by
sereda@almworks.com
on 2014-08-01 19:01:01