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)
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.


No differences found