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

Commit

Permalink
Restore logging
Browse files Browse the repository at this point in the history
Refs #1757
  • Loading branch information
M66B committed Feb 14, 2015
1 parent 62eb3d3 commit b83a9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/XPrivacy.java
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private static void hook(final XHook hook, ClassLoader classLoader, String secre
if (level == Log.ERROR)
mListHookError.add(message);
Util.log(hook, level, message);
// Util.logStack(hook, level);
Util.logStack(hook, level);
return;
}

Expand Down Expand Up @@ -483,7 +483,7 @@ private static void hook(final XHook hook, ClassLoader classLoader, String secre
if (level == Log.ERROR)
mListHookError.add(message);
Util.log(hook, level, message);
// Util.logStack(hook, level);
Util.logStack(hook, level);
}
} catch (Throwable ex) {
mListHookError.add(ex.toString());
Expand Down

0 comments on commit b83a9de

Please sign in to comment.