The Computer Oracle

What is the file "libpeerconnection.log"?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Underwater World

--

Chapters
00:00 What Is The File &Quot;Libpeerconnection.Log&Quot;?
00:20 Accepted Answer Score 9
00:46 Thank you

--

Full question
https://superuser.com/questions/627903/w...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux

#avk47



ACCEPTED ANSWER

Score 9


Chrome generates the file libpeerconnection.log in your home directory.You can make Chrome generate the file in some other directory.

Open the following file in a suitable text editor

/opt/google/chrome/google-chrome

Add the following in a new line

cd /tmp exec -a "$0" "$HERE/chrome" "$@"

to make Chrome generate libpeerconnection.log in /tmp