On Mon, Aug 04, 2014 at 07:01:03PM +0200, Felix Winkelmann wrote: > From: Moritz Heidkamp <[email protected]> > Subject: [Chicken-hackers] [PATCH] Don't enable debugging on Android by > default > Date: Mon, 04 Aug 2014 18:30:44 +0200 > > > This was probably accidentally left in when generating the Android > > patch. > > That's mostly correct - I thought it might be handy, since the adb-log > is all one has for debugging an app on android
Has it been useful in practice for debugging your app? Note that I'm not interested in whether it was useful in getting CHICKEN initially running on Android (obviously that required some fiddling, and CHICKEN hackers may be expected to tweak the code a bit to debug stuff), but specifically in debugging apps. If it's occasionally useful in general, we can put it behind a DEBUGBUILD check. Alternatively, the Ant (or whatever) infrastructure could toggle this via a XML config option or so. Cheers, Peter -- http://www.more-magic.net _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
