101
edits
| Line 247: | Line 247: | ||
adb forward tcp:$PORT tcp:$PORT && | adb forward tcp:$PORT tcp:$PORT && | ||
adb shell am start -a org.mozilla. | 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` | ||
edits