yuhshin-oss
yuhshin-oss
Hi @akshayprasad, thanks for trying out Mariana Trench! In order to run against non-android java projects, you would need to run it through a jar-to-apk converter. Mariana Trench should be...
No, unfortunately, Mariana Trench does not work on java bytecode which is one reason the jar needs to be converted to an apk first. As for how the tool identifies...
Hi @abhineetsagar , thanks for trying out Mariana Trench! I'm not able to repro this. Could you share the output logs of the run? Also check if there are any...
That option looks right to me. Can you check if that file (`$ANDROID_SDK/platforms/android-30/android.jar`) exists in your local setup too? Also, it would help if you can share the output logs...
Thanks for the logs! Yeah, it looks like the issue you're facing is due to $ANDROID_SDK path not being set: ``` ERROR Unable to find system jar /platforms/android-30/android.jar ``` First,...
Glad you can see the issues now! Regarding the file snippets, the setup in the getting started guide will show only source code in `app/src/main/java`. These are specified in the...
Hi @abhineetsagar, removing --source-root-directory=app/src/main/java will result in having no snippets at all, not even for issues reported in MainActivity.java. The `--source-root-directory` option is meant to point to the source code...
Hi, sorry for the late reply and thank you for the question. At a glance, I believe the issue is with the "name" constraint. This matches the full name of...
Hi @chuayupeng, thanks for the feature request! Mariana Trench today internally looks at the manifest to determine some class properties. It is used to add features to the flows (e.g....
Regarding the error: `sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table issues has no column named first_instance_id` It looks like the existing schema for the `issues` table is out of date. The following SQL command...