paddybyers / node

evented I/O for v8 javascript
http://nodejs.org/
Other
91 stars 24 forks source link

V0.6 android #22

Open hanyu-natsu opened 11 years ago

hanyu-natsu commented 11 years ago

Add androidlog.cc & androidlog.h in src fold. Change lib/console.js, if android, log to logcat. Change android.mk and some scripts to integrate androidlog module.

(For my dev board i add APP_ABI := armeabi-v7a in Application.mk)

sgithens commented 11 years ago

Paddy: Any chance we can merge this patch in? I've been using it, and it's very hard to program and debug node apps on Android without it.

Cheers, Steve

hanyu-natsu commented 11 years ago

of cource you can, i've been using it all the time without bug, so why not

ÔÚ 2013-2-14£¬3:08£¬sgithens notifications@github.com дµÀ£º

Paddy: Any chance we can merge this patch in? I've been using it, and it's very hard to program and debug node apps on Android without it.

Cheers, Steve

¡ª Reply to this email directly or view it on GitHub.

sgithens commented 11 years ago

natsume23: My comment was directed towards Paddy, if he can merge it back in to the repo. It's very useful, and hard to live without.