Posts tagged python
How to: Parse Android Logs for Analytics and Machine Learning Applications

“Where are the logs? I can’t do anything if there aren’t logs!”

Software Engineers most useful tool for debugging is through the analysis of logs. Logs are the ledger that helps keep track of various states of systems at any single time. It is imperative that this historical record be analyzed properly to get the most out of monitoring performance—from complex to simple systems. In this post, Conaxon goes over how to parse Android LogCat Logs for use in analytics and machine learning applications.

Read More