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

Delta Between Two Patch Sets: README.md

Issue 5127392146227200: Issue 2478 - Disable crash reporting (Closed)
Left Patch Set: Created May 8, 2015, 4:57 p.m.
Right Patch Set: Follow-up issue Created May 11, 2015, 12:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 Adblock Browser 1 Adblock Browser
2 =============== 2 ===============
3 3
4 The Adblock Plus browser, based on Firefox for Android. 4 The Adblock Plus browser, based on Firefox for Android.
5 5
6 Building 6 Building
7 -------- 7 --------
8 8
9 First ensure that all dependencies are up to date by calling: 9 First ensure that all dependencies are up to date by calling:
10 10
11 ./ensure_dependencies.py 11 ./ensure_dependencies.py
12 12
13 Then just follow Mozilla's [Building Fennec][1] guide.
14
13 15
14 Important note 16 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.
15 -------------- 17 --------------
16 18
17 You must add the following line to your `mozconfig`: 19 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 :)
18 20
19 ac_add_options --disable-crashreporter 21 ac_add_options --disable-crashreporter
20 22
21 to disable the CrashReporter. 23 to disable the CrashReporter.
22 24
25 (Follow-up issue: https://issues.adblockplus.org/ticket/2490)
23 26
24 Then just follow Mozilla's [Building Fennec][1] guide.
25 27
26 [1]: https://wiki.mozilla.org/Mobile/Fennec/Android 28 [1]: https://wiki.mozilla.org/Mobile/Fennec/Android
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld