Searched refs:crash (Results 1 – 14 of 14) sorted by relevance
/system/core/crash_reporter/ |
D | README.md | 9 them to the crash server. 11 On a device, if the user has opted in to metrics and crash reporting, a 13 uploaded to the crash server. 15 On the crash server, it compares the minidump's signature to the symbol files 43 file to the URL of the crash server. For Brillo builds, it is set 52 ## Uploading crash reports in *eng* builds 54 By default, crash reports are only uploaded to the server for production 55 *user* and *userdebug* images. In *eng* builds, with crash reporting enabled 57 send them to the crash server. If a developer does want to force an upload,
|
D | crash_reporter.rc | 10 # number to prevent infinitely recursing on crash handling. 17 rm /data/misc/crash_reporter/run/kernel-crash-detected 20 # Create crash directories. 24 mkdir /data/misc/crash_reporter/crash 0770 root root
|
D | .project_alias | 1 crash
|
/system/core/debuggerd/ |
D | crasher.c | 120 __attribute__((noinline)) static int crash(int a) { in crash() function 155 return crash(42); in do_action()
|
/system/sepolicy/ |
D | isolated_app.te | 22 # Google Breakpad (crash reporter for Chrome) relies on ptrace 23 # functionality. Without the ability to ptrace, the crash reporter
|
D | priv_app.te | 11 # webview crash handling depends on self ptrace (b/27697529, b/20150694, b/19277529#comment7)
|
/system/nativepower/daemon/ |
D | power_manager.h | 88 status_t crash(const String16& message) override;
|
D | power_manager_stub.cc | 136 status_t PowerManagerStub::crash(const String16& message) { in crash() function in android::PowerManagerStub
|
D | BnPowerManager.cc | 91 return crash(message); in onTransact()
|
D | power_manager.cc | 160 status_t PowerManager::crash(const String16& message) { in crash() function in android::PowerManager
|
/system/nativepower/include/nativepower/ |
D | power_manager_stub.h | 92 status_t crash(const String16& message) override;
|
/system/core/metricsd/ |
D | README.md | 66 memory (via `base::StatisticsRecorder`) and increments the crash counters when a 67 crash is reported. This thread is kept as simple as possible to ensure the
|
/system/extras/tests/net_test/ |
D | README | 13 - Kernel bugs don't crash the system.
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 513 // The number of times the program was able register with breakpad crash 517 // The number of times the program failed to register with breakpad crash 518 // services. If crash registration fails then when the program crashes no 519 // crash report will be generated. 523 // be an exceptional condition. Running under a debugger prevents crash
|