android_system_core/debuggerd/tombstoned
Narayan Kamath b123220dd6 tombstoned: change path for traces from "anr_" to "trace_"
The only case where tombstoned creates files for java traces is
when the process is signalled "by hand" using "shell kill -3", or
by the program itself. Such traces do not correspond to an ANR, so
name those files "trace_XX".

When dumpstate / system_server want to dump java traces, they set up
a tombstoned intercept and manage the lifetime of any associated file
that themselves.

Bug: 32064548
Test: manual, debuggerd_test
Change-Id: I97006ec7c0cd35de4b9564f535e77af846cc3891
2017-06-21 18:00:09 +01:00
..
include/tombstoned tombstoned: allow intercepts for java traces. 2017-05-31 10:35:32 +01:00
intercept_manager.cpp tombstoned: allow intercepts for java traces. 2017-05-31 10:35:32 +01:00
intercept_manager.h tombstoned: allow intercepts for java traces. 2017-05-31 10:35:32 +01:00
tombstoned.cpp tombstoned: change path for traces from "anr_" to "trace_" 2017-06-21 18:00:09 +01:00
tombstoned.rc tombstoned: Support java trace dumps. 2017-05-18 12:01:14 +00:00
tombstoned_client.cpp tombstoned: allow intercepts for java traces. 2017-05-31 10:35:32 +01:00