replicant-frameworks_native/cmds/dumpstate
Christopher Ferris 89d4949f86 Use time() instead of clock() for timeouts.
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
Change-Id: Ib383329f9db269445d71a100553b08e71fddda3f
2014-09-09 13:10:49 -07:00
..
Android.mk dumpstate: switch to HAL static libraries 2013-08-13 16:30:01 -07:00
dumpstate.c Fix deadlock when killing adb bugreport 2014-08-22 12:10:44 -07:00
dumpstate.h Add dumping of tombstones to dumpstate. 2014-07-23 19:18:07 -07:00
libdumpstate_default.c dumpstate: switch to HAL static libraries 2013-08-13 16:30:01 -07:00
utils.c Use time() instead of clock() for timeouts. 2014-09-09 13:10:49 -07:00