Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Suppress UnsatisfiedLinkError (debug info)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Dec 13, 2014
1 parent ba45fda commit 2bc34b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/biz/bokhorst/xprivacy/Util.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ else if (ex instanceof TransactionTooLargeException)
priority = Log.WARN;
else if (ex instanceof UnknownHostException)
priority = Log.WARN;
else if (ex instanceof UnsatisfiedLinkError)
priority = Log.WARN;
else
priority = Log.ERROR;

Expand Down

0 comments on commit 2bc34b7

Please sign in to comment.