| Elliott Hughes | ffe6736 | 2011-07-17 12:09:27 -0700 | [diff] [blame] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
| Elliott Hughes | ffe6736 | 2011-07-17 12:09:27 -0700 | [diff] [blame] | 2 | |
| 3 | #include "runtime.h" | ||||
| 4 | |||||
| 5 | namespace art { | ||||
| 6 | |||||
| 7 | void Runtime::PlatformAbort(const char*, int) { | ||||
| 8 | // On a device, debuggerd will give us a stack trace. Nothing to do here. | ||||
| 9 | } | ||||
| 10 | |||||
| 11 | } // namespace art | ||||