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

Commit c3c1a0af authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Add logging to see thread interruptions"

am: 62e5aa61

Change-Id: I601af79c03dafbef38ca31519192fb537a4a2859
parents 2d7dd66b 62e5aa61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -578,6 +578,7 @@ public class EuiccController extends IEuiccController.Stub {
        try {
            latch.await();
        } catch (InterruptedException e) {
            Log.e(TAG, "blockingGetEuiccInfoFromEuiccService got InterruptedException e: " + e);
            Thread.currentThread().interrupt();
        }
        return resultRef.get();