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

Commit f580de16 authored by Aman Gupta's avatar Aman Gupta
Browse files

Enabling debug logs for the state change of Euicc Connector. This will

help to analyse this bug b239277548.
Test: build
Bug: 239277548

Change-Id: I9258648cb12f3afc2d1951a9daac0d2e17748083
parent 245e827a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -389,6 +389,9 @@ public class EuiccConnector extends StateMachine implements ServiceConnection {
        mSm = (SubscriptionManager)
                context.getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE);

        // TODO(b/239277548): Disable debug logging after analysing this bug.
        setDbg(true);

        // Unavailable/Available both monitor for package changes and update mSelectedComponent but
        // do not need to adjust the binding.
        mUnavailableState = new UnavailableState();