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

Commit 246c5d92 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Apply ag/12775659 to IpClientManager.

ag/12775659 was merged only in internal gerrit and prevents us
from moving or deleting IpClientManager in AOSP.

Apply to IpClientManager the changes made in that CL.

Test: m
Bug: 155703208
Merged-In: I74cb958b68d55a647547aae21baff6ddc364859b
Change-Id: I9e1f9bf5b28b87cfd40cf3abbf8bcd9abf46ecfe
parent 7b02279e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,8 @@ public class IpClientManager {
        } catch (RemoteException e) {
        } catch (RemoteException e) {
            log("Error confirming IpClient configuration", e);
            log("Error confirming IpClient configuration", e);
            return false;
            return false;
        } finally {
            Binder.restoreCallingIdentity(token);
        }
        }
    }
    }