C++ find code responsible for log rotation in android
Basically there is a shared library from android phone that creates log file .bin
, but inside contents are text so changing extension to .txt
makes it readable.
Basically there is a shared library from android phone that creates log file .bin
, but inside contents are text so changing extension to .txt
makes it readable.