summaryrefslogtreecommitdiff
path: root/runtime/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/utils.cc')
-rw-r--r--runtime/utils.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc
index d01c2cb7fc..376575918f 100644
--- a/runtime/utils.cc
+++ b/runtime/utils.cc
@@ -1376,4 +1376,8 @@ bool Exec(std::vector<std::string>& arg_vector, std::string* error_msg) {
return true;
}
+std::string PrettyDescriptor(Primitive::Type type) {
+ return PrettyDescriptor(Primitive::Descriptor(type));
+}
+
} // namespace art