Auto-tools/Projects/Robocop: Difference between revisions

Jump to navigation Jump to search
→‎Frequently found Errors: Move uninstall/re to general frequent errors
(→‎OOM Error: Add uninstall and reinstall instructions)
(→‎Frequently found Errors: Move uninstall/re to general frequent errors)
Line 55: Line 55:
make package </pre>
make package </pre>


== Frequently found Errors ==
== Frequently found errors ==
If you do not see your specific error below, it can sometimes help to uninstall and reinstall. To do this (and run the tests):
 
<pre>adb uninstall org.mozilla.roboexample.test
make -C $OBJDIR mochitest-robocop</pre>


===OOM Error===
===OOM Error===
This is an error found after use of Robocop frequently, but once it has happened, Fennec itself continues to crash. To fix it, simply uninstall and reinstall. This does not occur of frequent use of Robocop, as I have run 30 iterations of just robocop without it throwing this error.
This is an error found after use of Robocop frequently, but once it has happened, Fennec itself continues to crash. To fix it, simply uninstall and reinstall. This does not occur of frequent use of Robocop, as I have run 30 iterations of just robocop without it throwing this error.
To uninstall, reinstall, and run tests:
<pre>adb uninstall org.mozilla.roboexample.test
make -C $OBJDIR mochitest-robocop</pre>


===InvocationTargetException Error===
===InvocationTargetException Error===
Confirmed users
975

edits

Navigation menu