Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b637ec8f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Close gap on tracing AppsFilter"

parents 25e3a1ad c51cabd2
Loading
Loading
Loading
Loading
+22 −15
Original line number Diff line number Diff line
@@ -613,6 +613,7 @@ public class AppsFilter {
            } finally {
                Trace.endSection();
            }

            if (callingPkgSetting != null) {
                if (callingPkgInstruments(callingPkgSetting, targetPkgSetting, targetName)) {
                    return false;
@@ -626,6 +627,8 @@ public class AppsFilter {
                }
            }

            try {
                Trace.beginSection("mOverlayReferenceMapper");
                if (callingSharedPkgSettings != null) {
                    int size = callingSharedPkgSettings.size();
                    for (int index = 0; index < size; index++) {
@@ -647,6 +650,10 @@ public class AppsFilter {
                        return false;
                    }
                }
            } finally {
                Trace.endSection();
            }


            return true;
        } finally {