From 79c8b63db7af5b2c04a6ce7efa9e72edad479d67 Mon Sep 17 00:00:00 2001 From: pwlin Date: Sun, 7 Jun 2020 14:07:04 +0100 Subject: [PATCH] Added example logcat --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85b6334..6d11964 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,3 +36,9 @@ Here is the output: #### Sample Code that illustrates the problem #### Logs taken while reproducing problem +Run + +`adb logcat PluginManager:V CordovaPlugin:V CordovaLog:V chromium:V *:S` + +while testing the bug in your app to get some output from your error. This will help you to understand more about the nature of your problem. +