Index: README.md |
diff --git a/README.md b/README.md |
index 9459e0aa44148f94f9866c334d84d7d4368ddf18..97d156ea41666f4cfd5162b9d6777f4e3990fa39 100644 |
--- a/README.md |
+++ b/README.md |
@@ -12,4 +12,17 @@ First ensure that all dependencies are up to date by calling: |
Then just follow Mozilla's [Building Fennec][1] guide. |
+ |
+Important note |
+-------------- |
+ |
+You must add the following line to your `mozconfig`: |
+ |
+ ac_add_options --disable-crashreporter |
+ |
+to disable the CrashReporter. |
+ |
+(Follow-up issue: https://issues.adblockplus.org/ticket/2490) |
+ |
+ |
[1]: https://wiki.mozilla.org/Mobile/Fennec/Android |