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. +