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

Commit

Permalink
Suppress support info
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 5, 2014
1 parent b22ecef commit bdf748f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,8 @@ private int getXUid() {
mXUid = xInfo.uid;
}
}
} catch (Throwable ex) {
Util.bug(null, ex);
} catch (Throwable ignored) {
// The package manager may not up-to-date yet
}
return mXUid;
}
Expand Down

0 comments on commit bdf748f

Please sign in to comment.