This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > widget_test.log:11:11-02 12:08:05.377 2047 5858 I ActivityTaskManager: START u0 {act=android.appwidget.action.APPWIDGET_CONFIGURE cmp=com.itsoul.zbxclient/.widget.ProblemWidgetConfigureActivity (has extras)} with LAUNCH_MULTIPLE from | |
| uid 1000 from pid -1 | |
| widget_test.log:12:callingPackage android (realCallingUid=10167) (BAL_ALLOW_VISIBLE_WINDOW) result code=0 | |
| widget_test.log:13:11-02 12:08:05.378 2974 3105 I SoScStageCoordinator: Transition requested:TransitionRequestInfo { type = OPEN, triggerTask = TaskInfo{userId=0 taskId=2 displayId=0 isRunning=true baseIntent=Intent { act=android.inte | |
| nt.action.MAIN cat=[a | |
| widget_test.log:14:ndroid.intent.category.HOME] flg=0x10000100 cmp=com.miui.home/.launcher.Launcher } baseActivity=ComponentInfo{com.miui.home/com.miui.home.launcher.Launcher} topActivity=ComponentInfo{com.itsoul.zbxclient/com.itsoul.zb | |
| xclient.widget.Proble | |
| > widget_test.log:86:blemWidgetConfigureActivity t2 f}} isInVideoOrGameScene: false intent: Intent { act=android.appwidget.action.AP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Настройки SMTP | |
| EMAIL_TO="sg@itsoul.md" # Email получателя | |
| EMAIL_FROM="informer@itsoul.md" # Email отправителя | |
| SMTP_SERVER="mail.itsoul.md" # SMTP сервер | |
| SMTP_PORT="2525" # SMTP порт (обычно 587 для TLS, 465 для SSL) | |
| SMTP_USER="SomeUser" # Имя пользователя SMTP | |
| SMTP_PASS="SomePass" # Пароль SMTP | |
| SUBJECT="Office Server - Место на /" |