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

Commit c09d9845 authored by Wink Saville's avatar Wink Saville Committed by Gerrit Code Review
Browse files

Merge "Fixes Binder Buffer leak after crashing com.android.smspush process"

parents 36001ade 072d5d58
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,8 @@ public class WapPushOverSms {
        public void onServiceDisconnected(ComponentName name) {
            mWapPushMan = null;
            if (false) Rlog.v(LOG_TAG, "wappush manager disconnected.");
            // Detach the previous binder
            mOwner.unbindService(mWapConn);
            // WapPushManager must be always attached.
            rebindWapPushManager();
        }