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

Commit a887a237 authored by Rhed Jao's avatar Rhed Jao Committed by Automerger Merge Worker
Browse files

Merge "Fix missing the implementation of Computer#dump() in ComputerLocked"...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14326883

Change-Id: I8236871ac40f2a4b6c34aaa13a64bb53263217ab
parents 3fb58c1a a659ad82
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);
            }
        }
    }