Bug Reports
Milind | Pl2 ツ
Modifying an app is not an easy job, sometimes applying a modification can cause an unexpected bug and we can't catch all of them.
That's where you come in! If you experience a bug and want to help us improve Vanced, you would help a ton by providing a logcat.
A logcat is a log of all processes on your system. This helps a lot with identifying the problem.
BUG REPORTS (all details MUST be included or your report will be ignored):
➼ For all basic reports regarding crashes/force closes of the app, fill all these points below
- Vanced exact version number (Do NOT say latest).
- Download link used to download Vanced.
- Installation method (whether used SAI or Vanced Manager)
- Device.
- ROM (optional may not help).
- Any applied Substratum/swift overlays.
- Logs if there are any crashes/force closes (upload to Pastebin or hastebin or katbin) and paste the link of it with your report. [Check here to know how to get logs]
- A brief description of the issue
- Any installed mods to the system.
- Test your issue on the stock youtube app
{The link to download the Official YouTube app can be found here} Install it with SAI app.
The current version for Vanced is 17.03.38 hence you are requested to check the issue with official YouTube app. If the issue persist there, there's nothing we can do. Wait for Google to fix it. Else provide the bug report as asked.
⚠️⚠️⚠️If you don’t include the 10th detail your report will be ignored.⚠️⚠️⚠️
➼ If your bug is not related to installation/crashing issues but related to UI/UX, features, then you can report your bug on our GitHub repo using the link below. or you can head to our discord server.
The link can be found below for both:
Be sure to follow the rules of the Discord chat, and follow #feedback-guide if you want your bug report to be noticed and documented.
How to get logs
Wondering how to take logcats/crash logs and too lazy to search google, there are three methods you can use to get them.
Method 1:- Needs a pc/laptop with adb installed.
⦿ ON YOUR PHONE:
- Open your settings app and go to "About Phone/Phone Info" and click your build number 7 times.
- Now go back to the settings main menu.
- You will now either have a new tab Developer Options in this menu or in the system menu.
- Open Developer Options and enable USB-Debugging.
⦿ ON YOUR PC/LAPTOP:
- Visit this website and download the tools for your operating system.
- Extract them.
- Open the extracted folder to find many .exe files.
- Shift + Right-click the background of the extracted folder and select. Then Run command prompt / PowerShell here.
- Plug your phone into your PC with USB-Debugging Permission toggle on and grant it from your phone.
- Type "
adb devices". If your phone is shown, proceed. If not, google for [your BrandHere] USB drivers and install them. Then check if the device shows or not and proceed further. - Type
adb logcat > logcat.txt". - Open your Vanced app, reproduce your bug and then close the command prompt.
- Now you will find a new file logcat.txt in the same folder.
- Open it, scan it quickly to remove confidential info.Press "CTRL + A" => "CTRL + C", open https://hastebin.com/ or https://pastebin.com/ , paste it and save. Use the output link for your bug report.
Method 2:- Using logcat reader apps(Need root)
Use any logcat reader app from the Google Play store to capture the error, save the text file, and share it with your developer/moderator, or paste the error text into dogbin or Pastebin and share the link with them. We recommend using any one of the alternatives:
Method 3:- Either adb or root permission is required
The scoop app can help get logs of the app which is getting crashed unexpectedly so you don't need to go through the hassle of doing logcats and getting a big stack trace of logs.
- Download and install the scoop app.
- Grant root permission or grant via pc through adb using this command "
adb shell pm grant taco.scoop android.permission.READ_LOGS" without apostrophes. - Then keep the scoop app in the background and reproduce the crash
- Upload/Copy the stack trace to katbin/Pastebin
- Paste the link of the crash log in the chat.
(The scoop app link can be found using this link)
NOTE: If you don't have adb installed on your laptop/pc, use this link to download ADB on your PC/macOS/Linux by following the instructions properly.