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
This commit is contained in:
songferngwang
2024-03-04 10:05:53 +00:00
parent bec4c9573e
commit 0d7d180246

View File

@@ -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 {