Skip to content

Commit

Permalink
Delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Oct 10, 2021
1 parent 57787a4 commit 66f2c80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public UsageStatsManagerInvocationHandler(UsageStatsManagerInternal original) {

@Override
public Object invoke(Object o, Method method, Object[] args) throws Throwable {
XLog.d("UsageStatsManagerInternalHooks %s %s", method, Arrays.toString(args));

// public abstract void reportEvent(ComponentName component,
// @UserIdInt int userId, int eventType, int instanceId, ComponentName taskRoot);
if (XposedHelpersExt.matchMethodNameAndArgs(method, "reportEvent",
Expand Down

0 comments on commit 66f2c80

Please sign in to comment.