We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e275325 commit 4b1a7a0Copy full SHA for 4b1a7a0
maoni-common/src/main/java/org/rm3l/maoni/common/model/Feedback.java
@@ -130,6 +130,10 @@ public class Feedback {
130
* @param userComment the user comment
131
* @param includeScreenshot whether to include the screenshot into the feedback or not
132
* @param screenshotFileUri the screenshot file URI
133
+ * @param screenshotFile the screenshot File object
134
+ * @param includeLogs whether to include the logs into the feedback or not
135
+ * @param logsFileUri the logs file URI
136
+ * @param logsFile the logs File object
137
*/
138
public Feedback(CharSequence id,
139
Activity activity,
0 commit comments