Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Issue 18473004: Android: adds stack symbolization utilities. (Closed)

Created:
7 years, 5 months ago by bulach
Modified:
7 years, 5 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Android: adds stack symbolization utilities. asan_symbolize.py is used for the logcat stacks using the special ASan format. tombstones.py is used to manage tombstones files in devices. symbolize.py is used for stack traces generated by base/debug/stack_trace_android.cc BUG=234973 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211134

Patch Set 1 : #

Patch Set 2 : symbolize.py #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+524 lines, -8 lines) Patch
A build/android/asan_symbolize.py View 1 chunk +103 lines, -0 lines 0 comments Download
A build/android/symbolize.py View 1 1 chunk +80 lines, -0 lines 0 comments Download
A build/android/symbolize_test.py View 1 1 chunk +121 lines, -0 lines 0 comments Download
A build/android/tests/symbolize/Makefile View 1 1 chunk +11 lines, -0 lines 0 comments Download
A + build/android/tests/symbolize/a.cc View 1 2 1 chunk +9 lines, -4 lines 0 comments Download
A + build/android/tests/symbolize/b.cc View 1 1 chunk +9 lines, -4 lines 0 comments Download
A build/android/tombstones.py View 1 chunk +191 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bulach
ptal (depends on https://codereview.chromium.org/18715002/)
7 years, 5 months ago (2013-07-04 17:21:42 UTC) #1
bulach
+scherkus for symbolize.py and its tests
7 years, 5 months ago (2013-07-05 09:05:35 UTC) #2
Isaac (away)
:-) Really looking forward to this and avoiding the following dialog: Q: How do I ...
7 years, 5 months ago (2013-07-05 23:36:27 UTC) #3
scherkus (not reviewing)
lgtm w/ nit on symbolize.py don't forget to update CL description to mention what symbolize.py ...
7 years, 5 months ago (2013-07-08 21:53:48 UTC) #4
scherkus (not reviewing)
actually not lgtm as symbolize.py is broken in its current form :\ https://codereview.chromium.org/18473004/diff/5001/build/android/symbolize.py File build/android/symbolize.py ...
7 years, 5 months ago (2013-07-09 00:17:31 UTC) #5
bulach
thanks scherkus! addressed the nit, and sorry I didn't mention before: the actual chain of ...
7 years, 5 months ago (2013-07-09 08:26:49 UTC) #6
scherkus (not reviewing)
Thanks for the explanation! LGTM > I think symbolize.py is not called by any other ...
7 years, 5 months ago (2013-07-09 15:29:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/18473004/19001
7 years, 5 months ago (2013-07-11 12:26:27 UTC) #8
bulach
scherkus: I just realized I had the .so binaries in patchset #3.. I removed them ...
7 years, 5 months ago (2013-07-11 12:29:18 UTC) #9
commit-bot: I haz the power
Change committed as 211134
7 years, 5 months ago (2013-07-11 16:18:14 UTC) #10
cjhopman
On 2013/07/11 12:29:18, bulach wrote: > scherkus: I just realized I had the .so binaries ...
7 years, 5 months ago (2013-07-11 16:23:13 UTC) #11
scherkus (not reviewing)
7 years, 5 months ago (2013-07-11 22:06:00 UTC) #12
Message was sent while issue was closed.
On 2013/07/11 16:23:13, cjhopman wrote:
> On 2013/07/11 12:29:18, bulach wrote:
> > scherkus: I just realized I had the .so binaries in patchset #3..
> > I removed them and I'm CQing patchset #4..
> > 
> > please let me know if you want me to add them. I think the instructions on
how
> > to build them are sufficient, but anyways :)
> > 
> > (perhaps we could call "make" from symbolize_test.py..)
> 
> I think part of the problem is that the tests hardcode the address that they
> expect symbols to be at in the binary.

Yep. CL out here: https://codereview.chromium.org/18755005/

Powered by Google App Engine
This is Rietveld 408576698