e2c86c71c2
The clock() function returns the processor time used by the process. This
is not a good timeout mechanism since the code is suspended most of the
time waiting for the forked process to finish. Replace with the time()
function.
Bug: 17154069
(cherry picked from commit
|
||
---|---|---|
.. | ||
Android.mk | ||
dumpstate.c | ||
dumpstate.h | ||
libdumpstate_default.c | ||
utils.c |