summaryrefslogtreecommitdiff
path: root/src/runtime_android.cc
blob: 958d6e5ce5cbaf9eba2576d679af4c76407ffcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2011 Google Inc. All Rights Reserved.
// Author: enh@google.com (Elliott Hughes)

#include "runtime.h"

namespace art {

void Runtime::PlatformAbort(const char*, int) {
  // On a device, debuggerd will give us a stack trace. Nothing to do here.
}

}  // namespace art