Android: implement chained log callbacks (buffer and terminal output)
authorGerhard Sittig <gerhard.sittig@gmx.net>
Mon, 20 Aug 2018 16:57:25 +0000 (18:57 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 30 Aug 2018 17:17:20 +0000 (19:17 +0200)
commite2e4a66a86caf0b35ef526db54ac8034a7745a38
tree65d60e254d8698ae964bde1b1f039225a695d303
parent4b9234088f56c5b0e22f8aa5b18ef346285a7fc6
Android: implement chained log callbacks (buffer and terminal output)

Query the libraries' default log handlers before registering the
application's own handler. Queue log messages in the application's
internal buffer _and_ hand them to the default handlers which send
the text to stdout as well.
android/loghandler.cpp