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.Dismiss alert
If there was a bug in the application, I recommend contacting me in DM with debug logs in Telegram. The data from this logs may be used to fix bugs only, but not for any other purpose.
Crash logs from ACRA (crash reporter dialog window) send to issues list.
Question
How to create a log?
Answer
Method no. 1
(only debug builds)
Open the OpenVK Legacy application.
In the application side menu, open "Settings" -> "Debug Menu" -> "Write logs to file".
Logs are stored at: Device memory -> OpenVK -> App Logs. Open in any file manager. For Android <4.1: Enable debugging via USB and copy all content regarding application activity (including Exceptions) to a text file via adb logcat.
Method no. 2
(for Android 4.1 and below)
Turn on USB debugging and connect to your computer.
via adb logcat copy all contents (including Exceptions) to a text file.
Method no. 3
If the device firmware already has a terminal with root rights, then run the following command: logcat | grep uk.openvk.android.legacy
Copy it to a text file in the same way.
Disclaimer
Any suggestion to drop Android versions of Eclair (2.1), Froyo (2.2) and/or Gingerbread (2.3) due to the nature of the application will not be accepted. For example: migrating to AndroidX and including libraries that are completely incompatible with Android 2.x if there is nothing to combine with another compatible library. For this there is OpenVK Refresh.
Please check the issues list before creating new issue to avoid creating duplicates.
ВАЖНО ПЕРЕД СОЗДАНИЕМ ISSUE
Если возник баг в приложении, я рекомендую связаться ко мне в ЛС с журналами отладки в Telegram. Данные из этого журнала могут использоваться лишь для устранения багов, но никак не для других целей.
Отчёты о вылетах из ACRA (диалогового окна краш-репортера) отправляйте в список issue
Вопрос
Как создать журнал отладки?
Ответ
Способ №1
(только в сборках, предназначенные для отладки - debug)
Откройте приложение OpenVK Legacy.
В боковом меню приложения откройте "Настройки" (Settings) -> "Меню отладки" (Debug Menu) -> "Запись журнала в файл" (Write logs to file).
Журналы отладки хранятся по адресу: Память устройства -> OpenVK -> App Logs. Откройте в любом файловом менеджере.
Способ №2
(для Android ниже 4.1)
Включите отладку по USB и подключите к компьютеру.
Через adb logcat все содержимое касательно активности приложения (включая, Exception'ы) скопируйте в текстовый файл.
Способ №3
Если в прошивке вашего устройства уже присутствует терминал с root-правами, то выполните следующую команду: logcat | grep uk.openvk.android.legacy
Точно также скопируйте в текстовый файл.
Дисклеймер
Любые предложения отказа от версий Android Eclair (2.1), Froyo (2.2) и/или Gingerbread (2.3) в связи с особенностями приложения не принимаются. Например: миграция на AndroidX и включение библиотек, полностью несовместимых с Android 2.x, если нечем скомбинировать с другой совместимой библиотекой. Для временного решения уже присутствует OpenVK Refresh.
Пожалуйста, проверьте список issue перед созданием нового issue, чтобы не создавать дубликат.
The text was updated successfully, but these errors were encountered:
IMPORTANT BEFORE CREATING ISSUE
If there was a bug in the application, I recommend contacting me in DM with debug logs in Telegram. The data from this logs may be used to fix bugs only, but not for any other purpose.
Crash logs from ACRA (crash reporter dialog window) send to issues list.
Question
How to create a log?
Answer
Method no. 1
(only
debug
builds)Device memory -> OpenVK -> App Logs
. Open in any file manager.For Android <4.1: Enable debugging via USB and copy all content regarding application activity (including Exceptions) to a text file via
adb logcat
.Method no. 2
(for Android 4.1 and below)
adb logcat
copy all contents (including Exceptions) to a text file.Method no. 3
logcat | grep uk.openvk.android.legacy
Disclaimer
ВАЖНО ПЕРЕД СОЗДАНИЕМ ISSUE
Если возник баг в приложении, я рекомендую связаться ко мне в ЛС с журналами отладки в Telegram. Данные из этого журнала могут использоваться лишь для устранения багов, но никак не для других целей.
Отчёты о вылетах из ACRA (диалогового окна краш-репортера) отправляйте в список issue
Вопрос
Как создать журнал отладки?
Ответ
Способ №1
(только в сборках, предназначенные для отладки -
debug
)Память устройства -> OpenVK -> App Logs
. Откройте в любом файловом менеджере.Способ №2
(для Android ниже 4.1)
adb logcat
все содержимое касательно активности приложения (включая, Exception'ы) скопируйте в текстовый файл.Способ №3
logcat | grep uk.openvk.android.legacy
Дисклеймер
The text was updated successfully, but these errors were encountered: