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

Commit a659ad82 authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Fix missing the implementation of Computer#dump() in ComputerLocked" into sc-dev

parents d79399ba d1db8f8c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4883,6 +4883,11 @@ public class PackageManagerService extends IPackageManager.Stub
                return super.filterAppAccess(packageName, callingUid, userId);
            }
        }
        public void dump(int type, FileDescriptor fd, PrintWriter pw, DumpState dumpState) {
            synchronized (mLock) {
                super.dump(type, fd, pw, dumpState);
            }
        }
    }