Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMPORTANT BEFORE POSTING ISSUE | ВАЖНО ПЕРЕД ОТПРАВКОЙ ISSUE #15

Closed
tretdm opened this issue Oct 19, 2022 · 0 comments

Comments

@tretdm
Copy link
Collaborator

tretdm commented Oct 19, 2022

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)

  1. Open the OpenVK Legacy application.
  2. In the application side menu, open "Settings" -> "Debug Menu" -> "Write logs to file".
  3. 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)

  1. Turn on USB debugging and connect to your computer.
  2. via adb logcat copy all contents (including Exceptions) to a text file.

Method no. 3

  1. If the device firmware already has a terminal with root rights, then run the following command:
    logcat | grep uk.openvk.android.legacy
  2. Copy it to a text file in the same way.

Disclaimer

  1. 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.
  2. Please check the issues list before creating new issue to avoid creating duplicates.

ВАЖНО ПЕРЕД СОЗДАНИЕМ ISSUE

Если возник баг в приложении, я рекомендую связаться ко мне в ЛС с журналами отладки в Telegram. Данные из этого журнала могут использоваться лишь для устранения багов, но никак не для других целей.

Отчёты о вылетах из ACRA (диалогового окна краш-репортера) отправляйте в список issue

Вопрос

Как создать журнал отладки?

Ответ

Способ №1

(только в сборках, предназначенные для отладки - debug)

  1. Откройте приложение OpenVK Legacy.
  2. В боковом меню приложения откройте "Настройки" (Settings) -> "Меню отладки" (Debug Menu) -> "Запись журнала в файл" (Write logs to file).
  3. Журналы отладки хранятся по адресу: Память устройства -> OpenVK -> App Logs. Откройте в любом файловом менеджере.

Способ №2

(для Android ниже 4.1)

  1. Включите отладку по USB и подключите к компьютеру.
  2. Через adb logcat все содержимое касательно активности приложения (включая, Exception'ы) скопируйте в текстовый файл.

Способ №3

  1. Если в прошивке вашего устройства уже присутствует терминал с root-правами, то выполните следующую команду:
    logcat | grep uk.openvk.android.legacy
  2. Точно также скопируйте в текстовый файл.

Дисклеймер

  1. Любые предложения отказа от версий Android Eclair (2.1), Froyo (2.2) и/или Gingerbread (2.3) в связи с особенностями приложения не принимаются. Например: миграция на AndroidX и включение библиотек, полностью несовместимых с Android 2.x, если нечем скомбинировать с другой совместимой библиотекой. Для временного решения уже присутствует OpenVK Refresh.
  2. Пожалуйста, проверьте список issue перед созданием нового issue, чтобы не создавать дубликат.
@tretdm tretdm pinned this issue Oct 19, 2022
@tretdm tretdm closed this as completed Oct 19, 2022
@OpenVK OpenVK locked and limited conversation to collaborators Oct 19, 2022
@tretdm tretdm unpinned this issue Oct 22, 2022
@tretdm tretdm pinned this issue Oct 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant