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

Commit e2c6a7f3 authored by tedwang's avatar tedwang Committed by android-build-merger
Browse files

Merge "Quit SapServerHandler safely avoid failure" am: fac9a987

am: c173b725

Change-Id: I19850ef88403cb7d5ea5ec5680bc3e73979c7eb9
parents 0e3612ca c173b725
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -491,7 +491,7 @@ public class SapServer extends Thread implements Callback {


            if (mHandlerThread != null) {
            if (mHandlerThread != null) {
                try {
                try {
                    mHandlerThread.quit();
                    mHandlerThread.quitSafely();
                    mHandlerThread.join();
                    mHandlerThread.join();
                    mHandlerThread = null;
                    mHandlerThread = null;
                } catch (InterruptedException e) {
                } catch (InterruptedException e) {