paulirotta / Tantalum

Tantalum Cross Platform Library
12 stars 6 forks source link

Debugging on the phone is difficult, need a log we can analyze later #30

Closed paulirotta closed 11 years ago

paulirotta commented 11 years ago

USB debug is supported on phones which give a serial port through USB. But this requires you to be tethered to view a live log.

A new mode to store the log on the USB card as a file is needed

paulirotta commented 11 years ago

Almost there, some complaints from the phone when opening the file.

paulirotta commented 11 years ago

Done and in main branch. Had to do rather a bit of optimization to prevent file writes to memory card causing unacceptable slowdown of the app in a debug build.