AmilyWang / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Log possible library names when loading native library #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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);)

Original issue reported on code.google.com by pdy...@gmail.com on 1 Aug 2014 at 4:26

GoogleCodeExporter commented 8 years ago
Why? There's a logFine call for every attempt to load a specific binary

Original comment by ser...@almworks.com on 1 Aug 2014 at 7:01

GoogleCodeExporter commented 8 years ago
Added another logging method to tryLoadFromPath()

Original comment by ser...@almworks.com on 21 Sep 2014 at 7:23