Dziennik to specjalny plik, który określa kolejność działań użytkownika i programu. Definicja jest dość skomplikowana, ale mówiąc najprościej, plik ten może zawierać informacje o dacie i godzinie konkretnego żądania, adresie IP, lokalizacji użytkownika oraz używanej przeglądarce lub aplikacji.
Such files are often given to developers in case of an unexpected program error. This allows programmers to examine the problem more detail and find the best solution. It is not possible to get logs just like that. To do this, you will have to use a special program on your computer. But before that, debugging via USB is enabled on the smartphone. Who does not know all actions are performed in the “For developers” section?
Następnie telefon podłączamy do komputera za pomocą kabla USB. Na komputerze uruchamiane jest narzędzie ADB, a następnie polecenie adb logcat -v threadtime > c:log.txt jest wprowadzany. Po zakończeniu możesz otworzyć plik tekstowy i wyświetlić niezbędne sesje.