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

Commit 35c5d358 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove extraneous logs in IntentFilter" into main

parents 610a1c76 1d33ac82
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -3141,14 +3141,6 @@ public class IntentFilter implements Parcelable {
            for (int i = 0; i < N; i++) {
                mUriRelativeFilterGroups.add(new UriRelativeFilterGroup(source));
            }
            if (source.dataAvail() > 0) {
                Log.e(TAG, "Parcel data not fully consumed after completed reading"
                        + " UriRelativeFilterGroup data");
            }
        }
        if (source.dataAvail() > 0) {
            Log.e(TAG, "Parcel data not fully consumed when unparceling intent filter",
                    new Exception());
        }
    }