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

Commit 0d7d1802 authored by songferngwang's avatar songferngwang
Browse files

Add the log for SidecarFragment

The system miss the SidecarFragment result, so the settings did not
active the esim.

Bug: 302505660
Test: NA
Change-Id: I746812220fed001eddc7d4aeeaf7aa0b04b86692
parent bec4c957
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -130,11 +130,13 @@ public class SwitchSlotSidecar
        } catch (UiccSlotsException e) {
            result.exception = e;
        }
        Log.i(TAG, "return command.");
        return result;
    }

    @Override
    protected void onPostExecute(Result result) {
        Log.i(TAG, "onPostExecute: get result");
        if (result.exception == null) {
            setState(State.SUCCESS, Substate.UNUSED);
        } else {