Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 5127392146227200: Issue 2478 - Disable crash reporting (Closed)
Patch Set: Created May 8, 2015, 4:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 9459e0aa44148f94f9866c334d84d7d4368ddf18..305ec87d294f5b96131150de97a215fcc8e004fa 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,17 @@ First ensure that all dependencies are up to date by calling:
./ensure_dependencies.py
+
+Important note
Felix Dahlke 2015/05/08 20:07:22 Move this below "Then just follow Mozilla's [...]
René Jeschke 2015/05/11 12:10:54 Done.
+--------------
+
+You must add the following line to your `mozconfig`:
Felix Dahlke 2015/05/08 20:07:22 It's .mozconfig.
René Jeschke 2015/05/11 12:10:54 It's 'mozconfig': https://wiki.mozilla.org/Mobile/
Felix Dahlke 2015/05/11 16:07:48 Alright :)
+
+ ac_add_options --disable-crashreporter
+
+to disable the CrashReporter.
+
+
Then just follow Mozilla's [Building Fennec][1] guide.
[1]: https://wiki.mozilla.org/Mobile/Fennec/Android
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld