Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-07 Thread Eero Tamminen
Hi, On 06.09.2017 23:25, Chad Versace wrote: On Mon 04 Sep 2017, Eero Tamminen wrote: On 02.09.2017 11:17, Chad Versace wrote: I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). On Android, stdio goes to /dev/null. On Android, remote gdb is even more painful than the usual

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-06 Thread Chad Versace
On Mon 04 Sep 2017, Eero Tamminen wrote: > Hi, > > On 02.09.2017 11:17, Chad Versace wrote: > > I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). > > > > On Android, stdio goes to /dev/null. On Android, remote gdb is even more > > painful than the usual remote gdb. On Android,

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-06 Thread Chad Versace
On Tue 05 Sep 2017, Rob Herring wrote: > On Sat, Sep 2, 2017 at 3:17 AM, Chad Versace wrote: > > I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). > > > > On Android, stdio goes to /dev/null. On Android, remote gdb is even more > > painful than the usual remote gdb. On Android,

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-06 Thread Chad Versace
On Sat 02 Sep 2017, Jason Ekstrand wrote: > n Sat, Sep 2, 2017 at 1:17 AM, Chad Versace <[1]chadvers...@chromium.org> > wrote: > My goal here is not perfection. My goal is to make a minimal, clean API, > that people hate merely a little instead of a lot, and that's good > enough to let

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-05 Thread Rob Herring
On Sat, Sep 2, 2017 at 3:17 AM, Chad Versace wrote: > I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). > > On Android, stdio goes to /dev/null. On Android, remote gdb is even more > painful than the usual remote gdb. On Android, nothing works like you > expect and debugging is

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-04 Thread Eero Tamminen
Hi, On 02.09.2017 11:17, Chad Versace wrote: I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). On Android, stdio goes to /dev/null. On Android, remote gdb is even more painful than the usual remote gdb. On Android, nothing works like you expect and debugging is hell. I need

Re: [Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-02 Thread Jason Ekstrand
n Sat, Sep 2, 2017 at 1:17 AM, Chad Versace wrote: > I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). > > On Android, stdio goes to /dev/null. On Android, remote gdb is even more > painful than the usual remote gdb. On Android, nothing works like you > expect and debugging is

[Mesa-dev] [PATCH 12/23] intel: Add simple logging façade for Android

2017-09-02 Thread Chad Versace
I'm bringing up Vulkan in the Android container of Chrome OS (ARC++). On Android, stdio goes to /dev/null. On Android, remote gdb is even more painful than the usual remote gdb. On Android, nothing works like you expect and debugging is hell. I need logging. This patch introduces a small, simple