Log possible library names when loading native library

Issue #64 resolved
Former user created an issue

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)

  1. Former user Account Deleted
    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

  2. Former user Account Deleted
    Added another logging method to tryLoadFromPath()
    

    Reported by sereda@almworks.com on 2014-09-21 19:23:21 - Status changed: Fixed

  3. Log in to comment