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

Commit 589e6b89 authored by sivaramireddy's avatar sivaramireddy
Browse files

Fix NPE at RILJ

Bug: 362107275
Test: atest and device test
Flag: EXEMPT bugfix
Change-Id: I745b3acab59e16b6addbdc70075fc85d7d9e3491
parent 6db10297
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4238,7 +4238,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
            riljLog(rr.serialString() + "> " + RILUtils.requestToString(rr.mRequest)
                    + " with data profiles : ");
            for (DataProfile profile : dps) {
                riljLog(profile.toString());
                riljLog(Objects.toString(profile, "DataProfile is null"));
            }
        }