refgd / BlackBox

BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.
Apache License 2.0
40 stars 6 forks source link

Issue Guide/问题指南 #4

Open refgd opened 2 years ago

refgd commented 2 years ago

Before you submit any issues, please follow the requirements below.

  1. Make sure you are using the newest release version.
  2. Detect the issue is caused by Xposed Module or App.
    • Disable all your Xposed modules first, if crash that mean it is caused by App, otherwise
    • Enable module one by one to determine which module cause the issue.
  3. The logcat file under download folder. (If there is no logcat file, you can try to give the Blackbox file permission)

When you submit issue, please attach the logcat file and write down the Blackbox version, the App/Xposed module name.


在提交任何问题之前,请参考以下要求。

  1. 确保您使用的是最新版本。
  2. 确认是Xposed模块造成的问题, 还是App造成的问题。
    • 首先禁用所有Xposed模块,如果App出现问题,那么就是App的兼容问题,否则
    • 一个一个的启用模块,确定哪个模块引起问题。
  3. logcat日志文件储存在下载文件夹里。(若无文件输出, 可尝试给予BlackBox文件读写权限)

提交问题时,请带上Logcat日志文件, 并写下BlackBox版本,应用程序或Xposed 模块名称。