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

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

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

am: cbd295ea

Change-Id: Ib48f3835c5d56589c2c1b25907c71f3aa5bd3731
parents a7cb9ccd cbd295ea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -240,6 +240,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>";
                            }