| commit | 5459bf85d84b6d719e03d56ff70637cbc8f14941 | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Thu May 17 15:24:16 2012 -0700 |
| committer | Colin Cross <ccross@android.com> | Fri May 18 17:03:10 2012 -0700 |
| tree | 4864913ea1f4658828f9ec9040e8b14d1b5e0b8b | |
| parent | 2eec7c9f3f20cf720ac8a97e23a2954132c025c9 [diff] |
debug: add parameters to prevent entering debug mode on errors On non-developer devices kgdb prevents CONFIG_PANIC_TIMEOUT from rebooting the device after a panic. Add module parameters debug_core.break_on_exception and debug_core.break_on_panic to allow skipping debug on panics and exceptions respectively. Both default to true to preserve existing behavior. Change-Id: I75dce7263e96cee069a9750920cce83dc6f98e8c Signed-off-by: Colin Cross <ccross@android.com>