h= app.Debug( );
app.SetClipboardTetry:);
but not work show undefined in copy of clipboard;thanks
function enter()
{
app.SetClipboardText( txt.GetText() );
app.ShowPopup( "copied to clipboard" );
}
Thanks Alex for the tip, it could help a lot :)
Manuel if you want/need more debug infos (warnings, for exemple) you can use try to get the logcat infos.
Dave gave clues to do it via DroidScript in this thread:
https://groups.google.com/forum/m/#!searchin/androidscript/Logcat/androidscript/RQOIlJMcMjQ
(If the link doesn't work, search for "CreateSysProc( "sh" ) script wait for completion?" in the forum)