File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
main/java/org/purejava/linux
test/java/org/purejava/linux Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ private RuntimeHelper() {}
27
27
static {
28
28
try {
29
29
System .loadLibrary ("appindicator3" );
30
+ LOG .debug ("Native code library appindicator3 successfully loaded" );
30
31
isLoaded = true ;
31
32
} catch (UnsatisfiedLinkError e ) {
32
33
LOG .error ("Native code library failed to load.\n " , e );
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ class AppIndicatorTest {
17
17
public void shouldHaveNoErrors () {
18
18
try {
19
19
System .loadLibrary ("appindicator3" );
20
+ LOG .debug ("Native code library appindicator3 successfully loaded" );
20
21
} catch (UnsatisfiedLinkError e ) {
21
22
LOG .error ("Native code library failed to load.\n " , e );
22
23
}
You can’t perform that action at this time.
0 commit comments