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

Unified Diff: components/minidump_uploader/README.md

Issue 2394763004: Componentize parts of minidump uploading for use from WebView. (Closed)
Patch Set: Minor changes - README and copyrights. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/minidump_uploader/README.md
diff --git a/components/minidump_uploader/README.md b/components/minidump_uploader/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..8b838446a8810dc25354352b4e5f2e16860e8782
--- /dev/null
+++ b/components/minidump_uploader/README.md
@@ -0,0 +1,8 @@
+# Minidump Uploader
+
+The minidump_uploader component provides functionality for temporarily storing,
+and uploading crash information to Google servers. Minidumps contain crash stack
+traces and other metadata useful for debugging.
+
+This is currently an Android-only component intented to be used by Chrome on
+Android and Android WebView.

Powered by Google App Engine
This is Rietveld 408576698