Google Chrome crashes without any log

前端 未结 3 867
小蘑菇
小蘑菇 2021-01-14 16:43

I wrote a Chrome pop-up extension and it works fine. But when click else where to close pop-up, it crashes Chrome. I tried looking at both the locations mentioned in this qu

相关标签:
3条回答
  • 2021-01-14 17:21

    In newer versions of chrome you need to go into settings/privacy and enable "Automatically send usage statistics and crash reports to Google" and then after the next time it crashes you should see the log appear in chrome://crashes

    0 讨论(0)
  • 2021-01-14 17:24

    This page explains how to get a crash ID and other crash data, which you can then attach to a bug report. You may need to enable crash reporting in "Preferences" -> "Under the Hood "-> "Automatically send usage statistics and crash reports to Google" to have crash IDs be generated and appear in chrome://crashes.

    0 讨论(0)
  • 2021-01-14 17:36

    To remove or disable Chrome extensions,

    Open the Chrome browser Type “chrome://extensions/” in the address bar (URL bar) Press the Enter key Now, you’ll see all the extensions in a panel form You can click on ‘Remove’ to uninstall them You can toggle an extension off to disable it

    0 讨论(0)
提交回复
热议问题