blob: 4561552adc65d46b5f25145242e01275fbbec09a [file] [log] [blame]
Elliott Hughesffe67362011-07-17 12:09:27 -07001// Copyright 2011 Google Inc. All Rights Reserved.
Elliott Hughesffe67362011-07-17 12:09:27 -07002
3#include "runtime.h"
4
5namespace art {
6
7void 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