OSDN Git Service

android: Fix debug logs when running on Android
authorSzymon Janc <szymon.janc@tieto.com>
Thu, 24 Oct 2013 14:05:38 +0000 (16:05 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 24 Oct 2013 15:39:00 +0000 (18:39 +0300)
commit17f8aa67a60af1270ebe74ef55373b632214aee9
tree5a6bd66f9865f45af3bbb1fcb310e36b7a96efdf
parent54345db3b1db4861f06ef42e7fa3246f13a1e9ab
android: Fix debug logs when running on Android

Current Android log backed dones't enable debug logs. Instead of coping
code from src/log.c, just use it on Android as well.

No functionality is lost as currently Android log backed only prints
to standard output.
Makefile.android
android/Android.mk
android/log.c [deleted file]