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

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

Merge "Add logging to see thread interruptions" am: 62e5aa61

am: c3c1a0af

Change-Id: If0eb5c6c3101fc9138f188d38975112833ca5e89
parents c171a44f c3c1a0af
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();