Implement basic stack traces on Android and reenable unit tests.

Since we install stripped binaries in APKs, print out object file names and relocatable addresses that can be used on the host machine to complete symbolizing and demangling the stack trace using unstripped binaries.

In addition the implementation of StackTrace::PrintBacktrace() was changed to log the stack trace instead of sending SIGSTKFLT.

BUG=248775, 248784

Review URL: https://chromiumcodereview.appspot.com/16770006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210132 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 22d95569efd2064e51bf727cee6f44297a4e9013
3 files changed
tree: 3c1cf91a8e4aa5bb6b8fc5cb79433fd66113b389
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/