Loading core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } }); } Loading Loading
core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } }); } Loading