[Android] remove dump_logcat (use log console instead)

Thomas Guillem thomas at gllm.fr
Mon Feb 23 11:39:20 CET 2015



On Sun, Feb 22, 2015, at 04:28, Edward Wang wrote:
> On Sat, Feb 21, 2015 at 11:47 AM, Thomas Guillem <thomas at gllm.fr> wrote:
> >
> >
> > On Sat, Feb 21, 2015, at 08:25, Edward Wang wrote:
> >> Hi Thomas,
> >>
> >> On Tue, Feb 10, 2015 at 4:36 AM, Thomas Guillem <git at videolan.org> wrote:
> >> > vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Feb 10 11:15:24 2015 +0100| [f0ee101ba49e2810aa4017fb9ea1f273de7de283] | committer: Thomas Guillem
> >> >
> >> > remove dump_logcat (use log console instead)
> >>
> >> Although it is true that there are two similar ways of doing things,
> >> this is more for if the event which one wishes to log has already
> >> occurred. With the other feature one must activate the log first.
> >>
> >> The other option: if one is about to debug one goes and activates this
> >> to check for logs.
> >>
> >> This option: if something already happened and one wishes to get it
> >> without connecting the phone by ADB and using 'adb logcat'.
> >
> > Hi Edward,
> >
> > You can also get previous log with the other option. Indeed, if you
> > start logcat from the log console, you'll get the previous logs and
> > you'll be able to debug if vlc had already crashed.
> 
> How so? If you don't click "start logging" then nothing will appear...

If you click on "start logging", past logs will appear.

> 
> > By the way, The UI of the debug console must be reworked (maybe add all
> > buttons into the action bar)
> 
> Well, normal users don't really care about the debug console...
> 
> Regards,
> Edward
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android


More information about the Android mailing list