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

Commit 89e20672 authored by Jordan Liu's avatar Jordan Liu
Browse files

Add logging to see thread interruptions

Bug: 126617003
Test: no behavior change
Change-Id: I1ba5472b15ff97c19d170d04d184bb3db872d033
parent 30cdeeae
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();