1) Add a code snippet like below in the code, and build the chrome binary per simplechrome workflow
% LOG(ERROR) << "@@ " << base::debug::StackTrace().ToString();
2) deploy the binary with --strip-flags=-S option:
% deploy_chrome --build-dir=out_${SDK_BOARD}/Release --to=<ip> --strip-flags=-S
3) Check the log on the device:
% grep -A15 '@@' ~/log/chrome
[17739:17971:0206/133008.461503:ERROR:url_request_file_dir_job.cc(141)] @@ #0 0x0000b2389bd2 base::debug::StackTrace::StackTrace()
#1 0x0000b238969a base::debug::StackTrace::StackTrace()
#2 0x0000b2588250 net::URLRequestFileDirJob::OnListFile()
#3 0x0000b26025b6 net::DirectoryLister::Core::DoneOnOriginThread()
#4 0x0000b260273e _ZN4base8internal7InvokerINS0_9BindStateIMN3net15DirectoryLister4CoreEKFvSt10unique_ptrISt6vectorINS4_19DirectoryListerDataESaIS8_EESt14default_deleteISA_EEiEJ13scoped_refptrIS5_ENS0_13PassedWrapperISD_EENS3_5ErrorEEEEFvvEE3RunEPNS0_13BindStateBaseE
#5 0x0000b2404d6a base::debug::TaskAnnotator::RunTask()
#6 0x0000b23a3f72 base::MessageLoop::RunTask()
#7 0x0000b23a427a base::MessageLoop::DeferOrRunPendingTask()
#8 0x0000b23a5706 base::MessageLoop::DoWork()
#9 0x0000b23a5bc2 base::MessagePumpLibevent::Run()
#10 0x0000b23a38bc base::MessageLoop::RunHandler()
#11 0x0000b23c3150 base::RunLoop::Run()
#12 0x0000b0f44ef6 content::BrowserThreadImpl::IOThreadRun()
#13 0x0000b0f45282 content::BrowserThreadImpl::Run()
#14 0x0000b23df4c2 base::Thread::ThreadMain()
#15 0x0000b23dbafe base::(anonymous namespace)::ThreadFunc()