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

Commit fe35e425 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Improve logging in ProtoLog client registration failure

Bug: 414836809
Flag: EXEMPT better logging
Change-Id: I96632fd0b7e5b1b6036a4515f34b116cbe905101
parent 6088066f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen

                mConfigurationService.registerClient(this, args);
            } catch (RemoteException e) {
                throw new RuntimeException("Failed to register ProtoLog client");
                throw new RuntimeException("Failed to register ProtoLog client", e);
            }
        });
    }