Task #1257
adbrunner should detect if target executable was crashed (i.e. exited by signal) and crash appropriately too
Start date:
02/07/2016
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
Description
Right now, adbrunner just exit with non-zero code if target executable was crashed. This reports "fail" to the caller, but not ideally. In fact, adbrunner should mimic behavior of the target executable for the caller, so crashing on signal would be proper thing to do.