[Android] remove dump_logcat (use log console instead)

Edward Wang edward.c.wang at compdigitec.com
Sun Feb 22 04:28:10 CET 2015


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

> 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


More information about the Android mailing list