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

Commit e9732c4d authored by Siva Rami Reddy S (xWF)'s avatar Siva Rami Reddy S (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE at RILJ" into main

parents ae29c849 589e6b89
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"));
            }
        }