Loading src/com/cyanogenmod/filemanager/util/ExceptionUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ public final class ExceptionUtil { } //Audit the exception Log.e(context.getClass().getSimpleName(), "Error dectected", ex); //$NON-NLS-1$ Log.e(context.getClass().getSimpleName(), "Error detected", ex); //$NON-NLS-1$ //Build the alert final int fMsgResId = msgResId; Loading Loading
src/com/cyanogenmod/filemanager/util/ExceptionUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ public final class ExceptionUtil { } //Audit the exception Log.e(context.getClass().getSimpleName(), "Error dectected", ex); //$NON-NLS-1$ Log.e(context.getClass().getSimpleName(), "Error detected", ex); //$NON-NLS-1$ //Build the alert final int fMsgResId = msgResId; Loading