Loading core/java/android/os/AsyncTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ public abstract class AsyncTask<Params, Progress, Result> { } catch (InterruptedException e) { android.util.Log.w(LOG_TAG, e); } catch (ExecutionException e) { throw new RuntimeException("An error occured while executing doInBackground()", throw new RuntimeException("An error occurred while executing doInBackground()", e.getCause()); } catch (CancellationException e) { postResultIfNotInvoked(null); Loading Loading
core/java/android/os/AsyncTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ public abstract class AsyncTask<Params, Progress, Result> { } catch (InterruptedException e) { android.util.Log.w(LOG_TAG, e); } catch (ExecutionException e) { throw new RuntimeException("An error occured while executing doInBackground()", throw new RuntimeException("An error occurred while executing doInBackground()", e.getCause()); } catch (CancellationException e) { postResultIfNotInvoked(null); Loading