Print callstack in _ASSERT_TRUE.
ASSERT_TRUE only prints the first call frame in the error message. In our case, this is the _ASSERT_TRUE wrapper function, which is not useful. To help with debugging, this CL dumps the full stack. Review URL: https://codereview.chromium.org/382193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282737 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment