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

Commit 9702183b authored by Kholoud Mohamed's avatar Kholoud Mohamed Committed by Android (Google) Code Review
Browse files

Merge "Fix bug where caller to bugreport mapping got lost" into main

parents c1ad3160 42cb93fd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -238,6 +238,11 @@ class BugreportManagerServiceImpl extends IDumpstate.Stub {
         */
        void addBugreportFileForCaller(
                Pair<Integer, String> caller, String bugreportFile, boolean keepOnRetrieval) {
            synchronized (mLock) {
                if (!mReadBugreportMapping) {
                    readBugreportMappingLocked();
                }
            }
            addBugreportMapping(caller, bugreportFile);
            synchronized (mLock) {
                if (onboardingBugreportV2Enabled()) {