final class oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler extends java.lang.Object implements oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionHandler
{
static final oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler INSTANCE;
void <init>()
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void handleException(java.lang.Throwable, oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext)
{
java.lang.Throwable v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
java.util.logging.Logger v;
java.util.logging.Level v, v;
java.lang.String v;
boolean v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler;
v := @parameter: java.lang.Throwable;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler: java.util.logging.Logger logger(oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext)>(v);
v = <java.util.logging.Level: java.util.logging.Level SEVERE>;
v = virtualinvoke v.<java.util.logging.Logger: boolean isLoggable(java.util.logging.Level)>(v);
if v == 0 goto label;
v = <java.util.logging.Level: java.util.logging.Level SEVERE>;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler: java.lang.String message(oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext)>(v);
virtualinvoke v.<java.util.logging.Logger: void log(java.util.logging.Level,java.lang.String,java.lang.Throwable)>(v, v, v);
label:
return;
}
private static java.util.logging.Logger logger(oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext)
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus v;
java.lang.Class v;
java.lang.String v, v, v;
java.util.logging.Logger v;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = class "Loadd/org/apache/curator/shaded/com/google/common/eventbus/EventBus;";
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus getEventBus()>();
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus: java.lang.String identifier()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u.\u0001");
v = staticinvoke <java.util.logging.Logger: java.util.logging.Logger getLogger(java.lang.String)>(v);
return v;
}
private static java.lang.String message(oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext)
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
java.lang.Class[] v;
java.lang.Class v;
java.lang.Object v, v;
java.lang.String v, v, v;
java.lang.reflect.Method v;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.reflect.Method getSubscriberMethod()>();
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Class[] getParameterTypes()>();
v = v[0];
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object getSubscriber()>();
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object getEvent()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)>(v, v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Exception thrown by subscriber method \u0001(\u) on subscriber \u when dispatching event: \u0001");
return v;
}
static void <clinit>()
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler v;
v = new oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler: void <init>()>();
<oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus$LoggingHandler INSTANCE> = v;
return;
}
}