OSDN Git Service

Use Google Feedback CrashBuilder API to make reports easier to consume.
authorSascha Haeberling <haeberling@google.com>
Fri, 29 May 2015 23:20:28 +0000 (16:20 -0700)
committerSascha Haeberling <haeberling@google.com>
Fri, 29 May 2015 23:22:39 +0000 (16:22 -0700)
commit2eb8298b5fa99af132f6be6da920ed8867974488
treea0786fb80c2a65ba573fb8a4760736ef2c8843df
parente6b00bf3c0319cba17ce23161402568c8e3c3547
Use Google Feedback CrashBuilder API to make reports easier to consume.

Manual Cherry-Pick Part 1 of http://ag/699672

Currently, Feedback reports don't include a stacktrace. You have to
download
a system log file to find it. This tweak allows us to see the stacktrace
on the Report page itself.

Example old report:
https://feedback.corp.google.com/product/102042/crash?lView=rd&lCategory=8590053278&lRSort=1&lROrder=2&lRFilter=1&lReport=5517267704
Example new report:
https://feedback.corp.google.com/product/102042/crash?lView=rd&lCategory=8590053278&lRSort=1&lROrder=2&lRFilter=1&lReport=5517601160

Change-Id: If5f0ed6c69e96fe5f3661af913ae1525f8594b75
src/com/android/camera/FatalErrorHandlerImpl.java
src/com/android/camera/util/CameraUtil.java
src_pd/com/android/camera/util/GoogleHelpHelper.java