Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
e27955ca3ca960928d4dbd6cb79711fce06950b3
/
.
/
src
/
runtime_android.cc
blob: 4561552adc65d46b5f25145242e01275fbbec09a [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#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