Что это за файлы: mailbox.log, minidump.bin, sblock.log, sbuf.log, smsg.log? Какую функцию они выполняют?
У меня на Андроид есть папка modem, в ней расположены файлы mailbox.log, minidump.bin, sblock.log, sbuf.log, smsg.log. Всего их 70 штук, т.е. по 14 файлов каждого вида.
Вот пример расположения: /storage/emulated/0/ylog/modem/mailbox_20200702-012240.log
Android Андроид +2
Серы_ЙоЖъ · 24 янв 2021 ·
Занимаюсь ремонтом смартфонов. Специализируюсь на. · 30 янв 2021
Это папка скорее всего принадлежит приложению mailbox (или ссылка на google версию), первая ссылка на 4PDA но эта закрытый проект, но скачать этот файл можно зарегистрировавшись на сайте.
Эти файлы как видно из их названий и расширений логи работы приложения. Что будет если их удалить не скажу. Приложение продолжит работать, если их удалить. Просто логи содержат ту или иную информацию о работе пользователя в нем. У вас могу пропасть какие настройки или данные о введенных в него аккаунтов и прочее.
Ylog приложение что это за программа
Ylog is a smart phone/device app to support individual or business to maintain their driver logs. It is the replacement of manual log entry of drivers. Using this driver can easily and quickly maintain their logs to get more accurate graphs and reports.
Ylog supports GPS, using that Administrator can trace all vehicles and drivers at real-time. Vehicle log used to trace vehicle positions. Administrator can analyze reports to manage business working.
An administrator can easily dispatch trips and can schedule according the drivers. During trips administrator can know the position of Vehicle and Driver both. That helps to maintain day to day schedule of vehicles and drivers.
Ylog also supports different Departments of Transportation Rules and Regulation. To maintain all laws system automatically sends mails and alerts to administrator and driver to minimize rules violations. Using this functionality administrator or driver keep away themselves from the punishment of rules violations.
For Business
Y-Log contains following key features respective to business:
• Multi Driver and Vehicle registration and maintenance.
• Device and Device-Driver authentication to maintain security.
• Server side syncing facility
• Administrator can set profile according his/her interest.
• Administrator can trace any vehicle and driver any time.
• Reports to analyze day to day working.
• Easy to dispatch trips.
• Notification and alerts, support to avoid rules violation.
• Geographical fences to support automatically trip terminations.
For Member
Y-Log contains following key features respective to member:
• Manual work of driver minimize in this.
• Driver can easily maintain 15 days logs in his/her authenticated devices.
• Ylog supports driver to sync his/her all data to server database.
• Real-time positioning using GPS.
• Dispatch trip, to get all trip details.
• Notifications and alerts to avoid rules violation.
• Vehicle Inspection sheet.
Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Niklas9 / ylog Public
ylog is a versatile yet minimalistic Python logging client for cloud and on-prem environments
License
Niklas9/ylog
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch branches/tags
Branches Tags
Could not load branches
Nothing to show
Could not load tags
Nothing to show
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Cancel Create
- Local
- Codespaces
HTTPS GitHub CLI
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Latest commit message
Commit time
README.md
ylog is a versitile yet minimalistic Python logging client for cloud and on-prem environments.
Motivation for ylog’s existence is that, even as surprising as it may sound, lack of an efficient yet versitile enough logging client to be reused between different projects and hosting enviroments. In 2020. Hence the name, YOLO logging.
Project is not ready for use, still work in progress
Install with pip:
pip install ylogx
import ylog log = ylog.Log() log.debug('debug msg') log.info('info msg') log.warn('warning msg') log.error('error msg')
By default, ylog outputs to stdout .
- Minimalistic, no dependencies
- Performant, non-blocking I/O
- Versatile, support on-prem as well as cloud applications (such as AWS Lambda, GCP Cloud Functions, etc)
This project accepts contributions via GitHub pull requests. Please check issues first to make sure no one else is working on the same thing.
Uploading to pypi
In general, I think this guide is pretty useful — https://www.digitalocean.com/community/tutorials/how-to-package-and-distribute-python-applications. As all settings are setup in this project already, it should simply be to
- $ python3 setup.py sdist
- $ python3 setup.py sdist upload
remember to update the verion numbers in setup.py and ylog/__init__.py beforehand.
ylog is under the LGPL 3.0 license. See the LICENSE file for details.
About
ylog is a versatile yet minimalistic Python logging client for cloud and on-prem environments
При подготовке материала использовались источники:
https://m.yandex.ru/q/question/chto_eto_za_faily_mailbox_log_minidump_c679876d/
http://yusata.com/menus/projects/YLogApp.html
https://github.com/Niklas9/ylog