| 316 | } |
| 317 | |
| 318 | virtual bool run() { |
| 319 | status_t status = preProcessImage(mBundle, mAssets, mFile, NULL); |
| 320 | if (status) { |
| 321 | *mHasErrors = true; |
| 322 | } |
| 323 | return true; // continue even if there are errors |
| 324 | } |
| 325 | |
| 326 | private: |
| 327 | const Bundle* mBundle; |
nothing calls this directly
no test coverage detected