/system/core/debuggerd/tombstoned/ |
D | tombstoned.cpp | 120 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/ |
D | README.md | 76 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/ |
D | hal_configstore.te | 7 # 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/ |
D | hal_configstore.te | 7 # fallback path to collect crash data. 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
D | keystore.te | 44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_configstore.te | 7 # 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/ |
D | hal_configstore.te | 7 # fallback path to collect crash data. 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
D | keystore.te | 44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_configstore.te | 12 # 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/ |
D | crash_test.cpp | 19 extern "C" void crash() { in crash() function
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_configstore.te | 12 # 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/ |
D | style_guide.md | 174 * 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/ |
D | PowerTest.md | 36 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/ |
D | app.te | 11 # Exception for crash_dump to allow for app crash reporting.
|
D | isolated_app.te | 20 # 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/ |
D | isolated_app.te | 20 # Google Breakpad (crash reporter for Chrome) relies on ptrace 21 # functionality. Without the ability to ptrace, the crash reporter
|
/system/core/debuggerd/crasher/ |
D | crasher.cpp | 132 noinline int crash(int a) { in crash() function 259 return crash(42); in do_action()
|
/system/iorap/ |
D | Android.bp | 230 */ // 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/ |
D | isolated_app.te | 20 # 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/ |
D | isolated_app.te | 20 # 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/ |
D | app.te | 31 # Exception for crash_dump to allow for app crash reporting.
|
D | isolated_app.te | 24 # Google Breakpad (crash reporter for Chrome) relies on ptrace 25 # functionality. Without the ability to ptrace, the crash reporter
|
/system/sepolicy/private/ |
D | isolated_app.te | 24 # 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/ |
D | isolated_app.te | 24 # Google Breakpad (crash reporter for Chrome) relies on ptrace 25 # functionality. Without the ability to ptrace, the crash reporter
|
D | boringssl_self_test.te | 24 # so in practice the device will crash anyway in this unlikely scenario.
|