Added example logcat

This commit is contained in:
pwlin 2020-06-07 14:07:04 +01:00 committed by GitHub
parent cf1f30959e
commit 79c8b63db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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