summaryrefslogtreecommitdiff
path: root/android/README
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-02-12 20:23:47 +0100
committerSzymon Janc <szymon.janc@gmail.com>2014-02-19 20:26:52 +0100
commit62261d0b6b82b5d8de61eaad6dd5480030dfd3e1 (patch)
tree79249b8a38b14de6b1fbd52970746242b80016ea /android/README
parent3fb59115b77896941766fde697a0eca364a15650 (diff)
downloadbluez-62261d0b6b82b5d8de61eaad6dd5480030dfd3e1.tar.gz
android/README: Add note on libglib under Valgrind
Diffstat (limited to 'android/README')
-rw-r--r--android/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/README b/android/README
index 75b0a83f5..3095383af 100644
--- a/android/README
+++ b/android/README
@@ -124,6 +124,12 @@ After changing property value Bluetooth need to be restarted to apply changes
(this can be done using UI, just disable and enable it again). Property is
persistent, i.e. there's no need to enable Valgrind again after reboot.
+It's recommended to have unstripped libglib.so installed which will enable
+complete backtraces in Valgrind output. Otherwise, in many cases backtrace
+will break at e.g. g_free() function without prior callers. It's possible to
+have proper library installed automatically by appropriate entry in Android.mk,
+see https://code.google.com/p/aosp-bluez.glib/ for an example.
+
=============================
Building and running on Linux
=============================