[Mono-bugs] [Bug 650982] Support debugging over USB
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 3 12:40:06 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=650982
https://bugzilla.novell.com/show_bug.cgi?id=650982#c5
--- Comment #5 from Jonathan Pryor <jpryor at novell.com> 2011-03-03 17:40:05 UTC ---
As of r9700, `mandroid.exe --debug` will add a BroadcastReceiver which will
terminate the executing process by using java.lang.Runtime.exit(). All the IDE
needs to do is send broadcast intent and the process will exit itself:
adb shell am broadcast \
-a mono.android.intent.action.SEPPUKU \
-c mono.android.intent.category.SEPPUKU. at PACKAGE@
in which @PACKAGE@ is the value of the /manifest/@package attribute within
AndroidManifest.xml.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list