Skip to content

Commit

Permalink
Suppress logging
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 17, 2014
1 parent bb0a5ab commit 79eef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/XLocationClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private enum Methods {
};

public static List<XHook> getInstances() {
Util.log(null, Log.WARN, "Hooking uid=" + Binder.getCallingUid());
Util.log(null, Log.INFO, "Hooking uid=" + Binder.getCallingUid());

List<XHook> listHook = new ArrayList<XHook>();
listHook.add(new XLocationClient(Methods.addGeofences, PrivacyManager.cLocation));
Expand Down

0 comments on commit 79eef77

Please sign in to comment.