eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Update support for console log filtering #1476

Open cpetrov opened 7 years ago

cpetrov commented 7 years ago

Problem description

Filtering console logs by type is rather uncommon, especially on a mobile device. On iOS the console type selector is always visible and takes unnecessary space.

Expected behavior

Support for this feature could be removed from iOS and Android.

tbuschto commented 6 years ago

Hm. I would go in a different direction. Instead of removing log levels i would like to include more logging by the framework on the "debug" level, which you then can filter out if you only want to see your own logs.

mpost commented 6 years ago

I like @tbuschto suggestions. We should also update the implementation on iOS to use less space for the filter.