Formalize logging with printf-type optimization. Wrap Android log facilities instead of using System.out.println().

This commit is contained in:
Bryce Curtis
2011-09-28 22:19:23 -05:00
parent 0f988717d0
commit 6a9253e928
3 changed files with 274 additions and 33 deletions
+1
View File
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<phonegap>
<access origin="http://127.0.0.1*"/>
<log level="DEBUG"/>
</phonegap>