diff options
author | gunsch <gunsch@chromium.org> | 2014-10-08 21:37:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-09 04:37:32 +0000 |
commit | 168c44ce90012516dcfa91ac80a6d0a200513531 (patch) | |
tree | 52b91d2ca80fdd9c7e2e858928a69505d456a4e9 /chromecast/common | |
parent | fbba679b43d6df314321543541dfce39789593b4 (diff) | |
download | chromium_src-168c44ce90012516dcfa91ac80a6d0a200513531.zip chromium_src-168c44ce90012516dcfa91ac80a6d0a200513531.tar.gz chromium_src-168c44ce90012516dcfa91ac80a6d0a200513531.tar.bz2 |
Chromecast: adds crash handling for Android build.
Cast for Android TV behavior includes the following:
* On crash, immediately attempt to upload crash dump + logs from
current process, then delete the dump file.
* On startup, attempt to upload any crash dump files that are
still left on the device.
R=thestig@chromium.org,byungchul@chromium.org
BUG=400876
Review URL: https://codereview.chromium.org/620673003
Cr-Commit-Position: refs/heads/master@{#298767}
Diffstat (limited to 'chromecast/common')
-rw-r--r-- | chromecast/common/global_descriptors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/common/global_descriptors.h b/chromecast/common/global_descriptors.h index cbbbb2c..b380158 100644 --- a/chromecast/common/global_descriptors.h +++ b/chromecast/common/global_descriptors.h @@ -15,6 +15,7 @@ enum { kDummyValue = kContentIPCDescriptorMax + 1, #if defined(OS_ANDROID) kAndroidPakDescriptor, + kAndroidMinidumpDescriptor, #endif // defined(OS_ANDROID) }; |