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

Commit 0e892fde authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix a crash when dumping with bundles active.

Flag: EXEMPT bugfix
Fixes: 419099379
Test: presubmit
Change-Id: I3d423fe2bec4ff06377b3cd9eda668e0c6929345
parent 748a8dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ public class ListDumper {
                    .append(entry.getSection().getLabel());
        }

        if (includeRecordKeeping) {
        if (includeRecordKeeping && listEntry != null) {
            requireNonNull(notifEntry);
            StringBuilder rksb = new StringBuilder();