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

Commit b04b59be authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "BinderProxy dump: distinguish between empty descriptor and dead...

Merge "BinderProxy dump: distinguish between empty descriptor and dead remote." am: 2e9e624c am: cbd295ea am: 23920a0d
am: d909c7d1

Change-Id: Ia52ee5d128a3269c5ac34478ade5cc768cc43bb5
parents 9a8fce52 d909c7d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -241,6 +241,9 @@ public final class BinderProxy implements IBinder {
                        } else {
                            try {
                                key = bp.getInterfaceDescriptor();
                                if ((key == null || key.isEmpty()) && !bp.isBinderAlive()) {
                                    key = "<proxy to dead node>";
                                }
                            } catch (Throwable t) {
                                key = "<exception during getDescriptor>";
                            }