// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.olios.analytics; import com.olio.data.object.analytics.AnalyticsLog; import com.olio.state.CurrentDevice; // Referenced classes of package com.olio.olios.analytics: // DefaultExceptionHandler class this._cls0 implements ndler { final DefaultExceptionHandler this$0; public void uncaughtException(Thread thread, Throwable throwable) { AnalyticsLog.logError(Long.valueOf(System.currentTimeMillis()), CurrentDevice.getSoftwareVersion(), throwable, DefaultExceptionHandler.access$000(DefaultExceptionHandler.this)); try { DefaultExceptionHandler.access$100(DefaultExceptionHandler.this).uncaughtException(thread, throwable); return; } // Misplaced declaration of an exception variable catch (Thread thread) { System.exit(2); } return; Exception exception; exception; try { DefaultExceptionHandler.access$100(DefaultExceptionHandler.this).uncaughtException(thread, throwable); } // Misplaced declaration of an exception variable catch (Thread thread) { System.exit(2); } throw exception; } () { this$0 = DefaultExceptionHandler.this; super(); } }