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

Issue 2556523002: Add package field to Android crash reports (Closed)

Created:
4 years ago by agrieve
Modified:
3 years, 11 months ago
Reviewers:
Mark, mmandlis, scottmg
CC:
chromium-reviews, jam, darin-cc_chromium.org, sadrul, kalyank, Lei Zhang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add package field to Android crash reports Required for crash server to de-obfuscate java stack traces. BUG=620323 Review-Url: https://codereview.chromium.org/2556523002 Cr-Commit-Position: refs/heads/master@{#443305} Committed: https://chromium.googlesource.com/chromium/src/+/11478276220ac6dc29293d2c754f8b36ec3228d7

Patch Set 1 #

Total comments: 4

Patch Set 2 : don't alloc #

Total comments: 4

Patch Set 3 : scottmg comments #

Total comments: 2

Patch Set 4 : inline "package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M components/crash/content/app/breakpad_linux.cc View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
agrieve
Not sure if it's documented anywhere, but scraped the format of this field from the ...
4 years ago (2016-12-05 20:37:04 UTC) #2
mmandlis
lgtm lgtm
4 years ago (2016-12-05 20:40:32 UTC) #5
agrieve
On 2016/12/05 20:37:04, agrieve (OOO Dec 2) wrote: > Not sure if it's documented anywhere, ...
4 years ago (2016-12-05 20:40:37 UTC) #6
agrieve
On 2016/12/05 20:40:37, agrieve wrote: > On 2016/12/05 20:37:04, agrieve (OOO Dec 2) wrote: > ...
4 years ago (2016-12-06 19:36:23 UTC) #7
agrieve
On 2016/12/06 19:36:23, agrieve wrote: > On 2016/12/05 20:40:37, agrieve wrote: > > On 2016/12/05 ...
4 years ago (2016-12-07 18:31:06 UTC) #8
Lei Zhang
https://codereview.chromium.org/2556523002/diff/1/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2556523002/diff/1/components/crash/content/app/breakpad_linux.cc#newcode148 components/crash/content/app/breakpad_linux.cc:148: std::string format_android_package( nit: FormatAndroidPackage() ? https://codereview.chromium.org/2556523002/diff/1/components/crash/content/app/breakpad_linux.cc#newcode150 components/crash/content/app/breakpad_linux.cc:150: return base::StringPrintf("%s ...
4 years ago (2016-12-08 06:53:50 UTC) #10
agrieve
New crash link with current code to show it works fine: https://crash.corp.google.com/browse?q=reportid=%272abf85e300000000%27#2 https://codereview.chromium.org/2556523002/diff/1/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc ...
4 years ago (2016-12-13 18:47:45 UTC) #11
agrieve
On 2016/12/13 18:47:45, agrieve wrote: > New crash link with current code to show it ...
3 years, 11 months ago (2017-01-06 02:05:23 UTC) #13
agrieve
+scottmg in case he has time to look
3 years, 11 months ago (2017-01-11 02:29:58 UTC) #15
scottmg
https://codereview.chromium.org/2556523002/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2556523002/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode575 components/crash/content/app/breakpad_linux.cc:575: my_strlcpy(buf, android_build_info->package_name(), kMaxSize); Comment here why it's not just ...
3 years, 11 months ago (2017-01-11 02:47:42 UTC) #16
agrieve
https://codereview.chromium.org/2556523002/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2556523002/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode575 components/crash/content/app/breakpad_linux.cc:575: my_strlcpy(buf, android_build_info->package_name(), kMaxSize); On 2017/01/11 02:47:41, scottmg wrote: > ...
3 years, 11 months ago (2017-01-12 02:13:09 UTC) #17
scottmg
lgtm https://codereview.chromium.org/2556523002/diff/40001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2556523002/diff/40001/components/crash/content/app/breakpad_linux.cc#newcode561 components/crash/content/app/breakpad_linux.cc:561: static const char package[] = "package"; Since this ...
3 years, 11 months ago (2017-01-12 03:30:38 UTC) #18
agrieve
https://codereview.chromium.org/2556523002/diff/40001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2556523002/diff/40001/components/crash/content/app/breakpad_linux.cc#newcode561 components/crash/content/app/breakpad_linux.cc:561: static const char package[] = "package"; On 2017/01/12 03:30:38, ...
3 years, 11 months ago (2017-01-12 17:41:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2556523002/60001
3 years, 11 months ago (2017-01-12 17:42:31 UTC) #22
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 18:50:54 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/11478276220ac6dc29293d2c754f...

Powered by Google App Engine
This is Rietveld 408576698