Loading core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +3 −3 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen mConfigurationService.registerClient(this, args); } catch (RemoteException e) { throw new RuntimeException("Failed to register ProtoLog client", e); Log.wtf(LOG_TAG, "Failed to register ProtoLog client", e); } }); } Loading @@ -279,7 +279,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen } mConfigurationService.registerGroups(this, args); } catch (RemoteException e) { throw new RuntimeException("Failed to register ProtoLog groups", e); Log.wtf(LOG_TAG, "Failed to register ProtoLog groups", e); } }); } Loading Loading @@ -308,7 +308,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen try { mConfigurationService.unregisterClient(this); } catch (RemoteException e) { throw new RuntimeException("Failed to unregister ProtoLog client", e); Log.wtf(LOG_TAG, "Failed to unregister ProtoLog client", e); } }); } Loading Loading
core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +3 −3 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen mConfigurationService.registerClient(this, args); } catch (RemoteException e) { throw new RuntimeException("Failed to register ProtoLog client", e); Log.wtf(LOG_TAG, "Failed to register ProtoLog client", e); } }); } Loading @@ -279,7 +279,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen } mConfigurationService.registerGroups(this, args); } catch (RemoteException e) { throw new RuntimeException("Failed to register ProtoLog groups", e); Log.wtf(LOG_TAG, "Failed to register ProtoLog groups", e); } }); } Loading Loading @@ -308,7 +308,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen try { mConfigurationService.unregisterClient(this); } catch (RemoteException e) { throw new RuntimeException("Failed to unregister ProtoLog client", e); Log.wtf(LOG_TAG, "Failed to unregister ProtoLog client", e); } }); } Loading