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

Commit b96a7d3d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improve logging in ProtoLog client registration failure" into main

parents 838177fa fe35e425
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);
            }
        });
    }