Is there something like logcat for python? -


i wondering if there similar android's logcat python. haven't had luck in search this.

edit:

i understand python not operating system. i'm looking hooks debugger similar features logcat. know python's logging library not i'm looking for.

you confusing things, logcat defined in android documentation tool collecting operating system messages, has nothing programming.

the android logging system provides mechanism collecting , viewing system debug output. logs various applications , portions of system collected in series of circular buffers, can viewed , filtered logcat command

so there nothing similar in python, because python not os, programming language.

don't mix things! android operating system, write apps in programming language java.

if want generate logging messages, python gives logging library.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -