mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Enable android logging from libusb
This makes libusb to log straight to the android logging system. This makes sure we can reach the logs and debug things. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
676c1b319f
commit
72872bd7fd
1 changed files with 2 additions and 1 deletions
|
@ -218,7 +218,8 @@ fi
|
|||
if [ ! -e $PKG_CONFIG_LIBDIR/libusb-1.0.pc ] ; then
|
||||
mkdir -p libusb-build-$ARCH
|
||||
pushd libusb-build-$ARCH
|
||||
../libusb-${LIBUSB_VERSION}/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --disable-udev
|
||||
../libusb-${LIBUSB_VERSION}/configure --host=${BUILDCHAIN} --prefix=${PREFIX} --enable-static --disable-shared --disable-udev --enable-system-log
|
||||
# --enable-debug-log
|
||||
make
|
||||
make install
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue