[Android] remove dump_logcat (use log console instead)

Edward Wang edward.c.wang at compdigitec.com
Sat Feb 21 08:25:40 CET 2015


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

They serve overlapping but distinct needs.

Regards,
Edward


More information about the Android mailing list