Szymon Janc
817e68471f
android/system-emulator: Allow to run daemon without valgrind
...
If valgrind is not present on system start bluetoothd directly instead
of failing silently.
2014-06-17 11:11:26 +02:00
Luiz Augusto von Dentz
347c4ba512
android/system-emulator: Pass --track-origin=yes to valgrind
...
This adds --track-origin=yes option:
"Controls whether Memcheck tracks the origin of uninitialised values.
By default, it does not, which means that although it can tell you
that an uninitialised value is being used in a dangerous way, it
cannot tell you where the uninitialised value came from. This often
makes it difficult to track down the root problem."
2014-04-10 16:14:22 +02:00
Szymon Janc
20bd1b02be
android/system-emulator: Enable bluetoothd debug logs
2014-03-11 22:50:53 +01:00
Szymon Janc
07a07fadca
android: Add --leak-check=full option to valgrin in system-emulator
2014-02-22 21:56:46 +01:00
Marcel Holtmann
cde69653e0
android: Update copyright and license details
2014-02-11 10:42:56 -08:00
Szymon Janc
334c59f993
android/system-emulator: Update property used for start/stop services
2014-01-17 20:41:45 +01:00
Anderson Lizardo
3e5e6c7618
android/system-emulator: Remove useless "static" qualifier
...
The value of SYSTEM_SOCKET_PATH is just copied to another memory
location using memcpy() (on the same function), therefore the static
qualifier is unnecessary.
2014-01-06 21:22:39 +02:00
Szymon Janc
500007e24f
android/system-emulator: Add support for bluetoothd-snoop service
...
This allows to test bluetoothd-snoop service on Linux host.
2014-01-01 18:28:31 +02:00
Szymon Janc
4257df2c1d
android: Add comment why umask() is needed in system-emulator
2013-12-23 16:39:10 +01:00
Szymon Janc
46c2378f00
android: Set umask in system-emulator
...
This will make sure files are created with proper permissions so
Android daemon doesn't have to handle that. On Android umask is
set by init.
2013-12-20 14:08:43 +02:00
Marcel Holtmann
194d97df9d
android: Make system-emulator start daemon only once
2013-11-01 06:07:42 -07:00
Marcel Holtmann
3ac9589731
android: Run through valgrind with the system-emulator
2013-11-01 03:40:05 -07:00
Marcel Holtmann
86eb638a46
android: Monitor child process termination
2013-10-31 14:56:35 -07:00
Marcel Holtmann
2978367ae0
android: Add system-emulator for wrapping daemon start
2013-10-31 09:51:29 -07:00