Home
last modified time | relevance | path

Searched refs:crash (Results 1 – 25 of 58) sorted by relevance

123

/system/core/debuggerd/tombstoned/
Dtombstoned.cpp120 static CrashQueue* for_crash(const Crash* crash) { in for_crash() argument
121 return (crash->crash_type == kDebuggerdJavaBacktrace) ? for_anrs() : for_tombstones(); in for_crash()
124 static CrashQueue* for_crash(const std::unique_ptr<Crash>& crash) { in for_crash() argument
125 return for_crash(crash.get()); in for_crash()
208 bool maybe_enqueue_crash(std::unique_ptr<Crash>&& crash) { in maybe_enqueue_crash() argument
210 queued_requests_.emplace_back(std::move(crash)); in maybe_enqueue_crash()
217 void maybe_dequeue_crashes(void (*handler)(std::unique_ptr<Crash> crash)) { in maybe_dequeue_crashes() argument
284 static void perform_request(std::unique_ptr<Crash> crash) { in perform_request() argument
287 intercept_manager->GetIntercept(crash->crash_pid, crash->crash_type, &output_fd); in perform_request()
289 if (crash->crash_type == kDebuggerdTombstoneProto) { in perform_request()
[all …]
/system/nfc/src/fuzzers/
DREADME.md76 This will run the fuzzer and stop when a crash is found. The crash log will
81 processfor every time a crash is found:
83 1. Collecting the binary input causing the crash
84 2. Re-running the fuzzer with this input to verify the crash reproduces
85 3. Parsing the crash log to find out the crashing source location
98 specific crash.
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_configstore.te7 # fallback path to collect crash data.
42 -anr_data_file # for crash dump collection
43 -tombstone_data_file # for crash dump collection
/system/sepolicy/prebuilts/api/31.0/public/
Dhal_configstore.te7 # fallback path to collect crash data.
43 -anr_data_file # for crash dump collection
44 -tombstone_data_file # for crash dump collection
Dkeystore.te44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
/system/sepolicy/prebuilts/api/30.0/public/
Dhal_configstore.te7 # fallback path to collect crash data.
43 -anr_data_file # for crash dump collection
44 -tombstone_data_file # for crash dump collection
/system/sepolicy/public/
Dhal_configstore.te7 # fallback path to collect crash data.
43 -anr_data_file # for crash dump collection
44 -tombstone_data_file # for crash dump collection
Dkeystore.te44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
/system/sepolicy/prebuilts/api/27.0/public/
Dhal_configstore.te12 # fallback path to collect crash data.
46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/core/debuggerd/
Dcrash_test.cpp19 extern "C" void crash() { in crash() function
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_configstore.te12 # fallback path to collect crash data.
46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/bt/gd/docs/architecture/
Dstyle_guide.md174 * google-breakpad: host binary crash handler
175 * libbacktrace: print stacktrace on crash on host
198 * LOG_ALWAYS_FATAL(fmt, args...): Enabled, will always crash
199 * ASSERT(condition): Enabled, will crash when condition is false
200 * ASSERT_LOG(conditon, fmt, args...): Enabled, will crash and print log when
203 In general, errors that are caused by remote device should never crash our stack
207 LOG_ALWAYS_FATAL() to crash the stack and restart.
/system/core/fs_mgr/libsnapshot/
DPowerTest.md36 The device will begin the merge with a 5% chance of injecting a kernel crash every 10ms. The device…
39 … and 100 (inclusive) indicating the probability the device should inject a kernel crash every 10ms.
/system/sepolicy/prebuilts/api/29.0/private/
Dapp.te11 # Exception for crash_dump to allow for app crash reporting.
Disolated_app.te20 # Google Breakpad (crash reporter for Chrome) relies on ptrace
21 # functionality. Without the ability to ptrace, the crash reporter
/system/sepolicy/prebuilts/api/26.0/private/
Disolated_app.te20 # Google Breakpad (crash reporter for Chrome) relies on ptrace
21 # functionality. Without the ability to ptrace, the crash reporter
/system/core/debuggerd/crasher/
Dcrasher.cpp132 noinline int crash(int a) { in crash() function
259 return crash(42); in do_action()
/system/iorap/
DAndroid.bp230 */ // don't use the diag when you want it to crash.
367 */ // don't use the diag when you want it to crash.
451 */ // don't use the diag when you want it to crash.
560 */ // don't use the diag when you want it to crash.
593 */ // don't use the diag when you want it to crash.
677 */ // don't use the diag when you want it to crash.
/system/sepolicy/prebuilts/api/27.0/private/
Disolated_app.te20 # Google Breakpad (crash reporter for Chrome) relies on ptrace
21 # functionality. Without the ability to ptrace, the crash reporter
/system/sepolicy/prebuilts/api/28.0/private/
Disolated_app.te20 # Google Breakpad (crash reporter for Chrome) relies on ptrace
21 # functionality. Without the ability to ptrace, the crash reporter
/system/sepolicy/prebuilts/api/30.0/private/
Dapp.te31 # Exception for crash_dump to allow for app crash reporting.
Disolated_app.te24 # Google Breakpad (crash reporter for Chrome) relies on ptrace
25 # functionality. Without the ability to ptrace, the crash reporter
/system/sepolicy/private/
Disolated_app.te24 # Google Breakpad (crash reporter for Chrome) relies on ptrace
25 # functionality. Without the ability to ptrace, the crash reporter
/system/sepolicy/prebuilts/api/31.0/private/
Disolated_app.te24 # Google Breakpad (crash reporter for Chrome) relies on ptrace
25 # functionality. Without the ability to ptrace, the crash reporter
Dboringssl_self_test.te24 # so in practice the device will crash anyway in this unlikely scenario.

123