Mobile/Fennec/Android: Difference between revisions

Jump to navigation Jump to search
Line 247: Line 247:


adb forward tcp:$PORT tcp:$PORT &&
adb forward tcp:$PORT tcp:$PORT &&
adb shell am start -a org.mozilla.fennec.DEBUG -n org.mozilla.fennec/org.mozilla.fennec.App &&
adb shell am start -a org.mozilla.gecko.DEBUG -n org.mozilla.fennec/org.mozilla.fennec.App &&
while [ -z $PID ]; do
while [ -z $PID ]; do
   PID=`adb shell ps | grep $GREP | head -n 1 | cut -c11-16`
   PID=`adb shell ps | grep $GREP | head -n 1 | cut -c11-16`
101

edits

Navigation menu