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

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

Merge "Quit SapServerHandler safely avoid failure" am: 9a137192

am: 04081ec6

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

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