commit | fa42b4410d49134a8e63dc2196be4013d286f2d6 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Mon Jun 17 12:53:45 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Mon Jun 17 19:01:40 2013 -0700 |
tree | 71e325089092167f202fbdf763daaf700cfd4a4b | |
parent | 7675e16bcae06c0fe258aad89b3d511037dec399 [diff] [blame] |
Move to new art dalvikvm Change-Id: Ib04bc9853b7084965fa0c9899c3e5f5ac42d4ce7
diff --git a/src/runtime.cc b/src/runtime.cc index 45d2988..186f208 100644 --- a/src/runtime.cc +++ b/src/runtime.cc
@@ -607,7 +607,7 @@ if (Runtime::instance_ != NULL) { return false; } - Locks::Init(); + InitLogging(NULL); // Calls Locks::Init() as a side effect. instance_ = new Runtime; if (!instance_->Init(options, ignore_unrecognized)) { delete instance_;