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