blob: 958d6e5ce5cbaf9eba2576d679af4c76407ffcd7 [file] [log] [blame]
Elliott Hughesffe67362011-07-17 12:09:27 -07001// Copyright 2011 Google Inc. All Rights Reserved.
2// Author: enh@google.com (Elliott Hughes)
3
4#include "runtime.h"
5
6namespace art {
7
8void 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