// 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.util; import android.os.AsyncTask; import android.os.Environment; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; // Referenced classes of package com.olio.util: // SharedUtils, ALog static final class extends AsyncTask { protected volatile Object doInBackground(Object aobj[]) { return doInBackground((Void[])aobj); } protected transient Void doInBackground(Void avoid[]) { avoid = new BufferedReader(new InputStreamReader(Runtime.getRuntime().exec((new StringBuilder()).append("logcat -d -v threadtime -f ").append(Environment.getExternalStorageDirectory()).append(File.separator).append("olio").append(File.separator).append(System.currentTimeMillis()).append(".log").toString()).getErrorStream())); _L1: String s = avoid.readLine(); if (s == null) { break MISSING_BLOCK_LABEL_104; } ALog.d(s, new Object[0]); goto _L1 avoid; ALog.e("Exception writing logcat", avoid, new Object[0]); return null; } () { } }