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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user