More info now that I have debug working:
V/Corona ( 1469): > Class.forName: plugin.fuse.LuaLoader
W/linker ( 1469): liblicensing.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
V/Corona ( 1469): > Class.forName: CoronaProvider.licensing.google.LuaLoader
V/Corona ( 1469): < Class.forName: CoronaProvider.licensing.google.LuaLoader
V/Corona ( 1469): Loading via reflection: CoronaProvider.licensing.google.LuaLoader
W/Bundle ( 1469): Key android.intent.extra.TEXT expected ArrayList<CharSequence> but value was a android.text.SpannableStringBuilder. The default value <null> was returned.
W/Bundle ( 1469): Attempt to cast generated internal exception:
W/Bundle ( 1469): java.lang.ClassCastException: android.text.SpannableStringBuilder cannot be cast to java.util.ArrayList
W/Bundle ( 1469): at android.os.BaseBundle.getCharSequenceArrayList(BaseBundle.java:1060)
W/Bundle ( 1469): at android.os.Bundle.getCharSequenceArrayList(Bundle.java:884)
W/Bundle ( 1469): at android.content.Intent.getCharSequenceArrayListExtra(Intent.java:5172)
W/Bundle ( 1469): at android.content.Intent.migrateExtraStreamToClipData(Intent.java:7853)
W/Bundle ( 1469): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1494)
W/Bundle ( 1469): at android.app.Activity.startActivityForResult(Activity.java:3745)
W/Bundle ( 1469): at android.app.Activity.startActivityForResult(Activity.java:3706)
W/Bundle ( 1469): at com.ansca.corona.CoronaActivity.showSendMailWindowUsing(CoronaActivity.java:1860)
W/Bundle ( 1469): at com.ansca.corona.CoronaShowApiHandler.showSendMailWindowUsing(CoronaShowApiHandler.java:52)
W/Bundle ( 1469): at com.ansca.corona.Controller$11.run(Controller.java:1075)
W/Bundle ( 1469): at android.os.Handler.handleCallback(Handler.java:739)
W/Bundle ( 1469): at android.os.Handler.dispatchMessage(Handler.java:95)
W/Bundle ( 1469): at android.os.Looper.loop(Looper.java:135)
W/Bundle ( 1469): at android.app.ActivityThread.main(ActivityThread.java:5254)
W/Bundle ( 1469): at java.lang.reflect.Method.invoke(Native Method)
W/Bundle ( 1469): at java.lang.reflect.Method.invoke(Method.java:372)
W/Bundle ( 1469): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
W/Bundle ( 1469): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)