electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

log native code #688

Closed manang closed 5 years ago

manang commented 6 years ago

Hi, I want to test my modification in libchromiumcontent, used inside electron, and I want to print something on screen to understand if the flow is correct. I'm trying with std::cout, but I don't see traces. do you have tricks to adopt? Thank you very much

MarshallOfSound commented 5 years ago

Hey there,

It's been a long time coming but the libchromiumcontent repository is being archived as it is no longer used in the Electron build system (🎉 this is a good thing).

If your issue is still relevant to Electron in it's current build system (please verify first) then you should probably raise a similar issue on electron/electron.

Thanks 😄