replicant-frameworks_native/cmds/dumpstate
Colin Cross 8eb25d552b dumpstate: fix dumping traces for vm processes on 64-bit
dumpstate was not dumping any stack traces for vm processes because
it was failing the string compare for /system/bin/app_process.
64-bit devices use app_process32 and app_process64 instead of
app_process, and zygote64 alongside zygote.  Change the string
matching to be prefix matching.

Change-Id: I6970e1b1fedfcd601f8db6af62852422fcb71d59
2014-07-16 19:03:49 -07:00
..
Android.mk dumpstate: switch to HAL static libraries 2013-08-13 16:30:01 -07:00
dumpstate.c Dump all the correct routing tables. 2014-07-08 16:29:45 -07:00
dumpstate.h Dump all the correct routing tables. 2014-07-08 16:29:45 -07:00
libdumpstate_default.c dumpstate: switch to HAL static libraries 2013-08-13 16:30:01 -07:00
utils.c dumpstate: fix dumping traces for vm processes on 64-bit 2014-07-16 19:03:49 -07:00