Don't abort on errors

LOG(FATAL) triggers an abort which produces an unhelpful stack
trace in logcat.  Use LOG(ERROR) and propagate the failure to
a normal task exit.

Bug: 68040531
Test: manual
Change-Id: Iaaa0c3406c637d985065cbe58a8a160b72e1f6da
2 files changed