(Bundle args, Throwable ex)
| 167 | } |
| 168 | |
| 169 | @Override |
| 170 | protected void onException(Bundle args, Throwable ex) { |
| 171 | Log.unexpectedError(parentFragment.getParentFragmentManager(), ex); |
| 172 | } |
| 173 | }.serial().execute(context, owner, new Bundle(), "logs:filter"); |
| 174 | } |
| 175 |
nothing calls this directly
no test coverage detected