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

Commit 001965c3 authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Add additional debug logs for needFullScreenPointingUI.

Bug: 321828258
Test: atest
Change-Id: Ib9c71f1dd2a4c0194558724e407791e239557e4b
parent 35ac2bcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ public class PointingAppController {
            loge("startPointingUI: launchIntent is null");
            return;
        }
        logd("startPointingUI: needFullScreenPointingUI: " + needFullScreenPointingUI);
        launchIntent.putExtra("needFullScreen", needFullScreenPointingUI);

        try {
+3 −0
Original line number Diff line number Diff line
@@ -1774,6 +1774,9 @@ public class SatelliteController extends Handler {
    public void sendSatelliteDatagram(int subId, @SatelliteManager.DatagramType int datagramType,
            SatelliteDatagram datagram, boolean needFullScreenPointingUI,
            @NonNull IIntegerConsumer callback) {
        logd("sendSatelliteDatagram: subId: " + subId + " datagramType: " + datagramType
                + " needFullScreenPointingUI: " + needFullScreenPointingUI);

        Consumer<Integer> result = FunctionalUtils.ignoreRemoteException(callback::accept);
        int error = evaluateOemSatelliteRequestAllowed(true);
        if (error != SATELLITE_RESULT_SUCCESS) {