I have no idea how webrtc tracing works, but on Android you have two major things preventing you to just fopen a file from the renderer : Unix permissions and selinux.
if you know where the trace will be saved (hopefully somewhere in /sdcard) make sure the dir is world writable and disable selinux (adb root; adb shell "echo 0 > /sys/fs/selinux/enforce").
clearly this is just for local development and not for production.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev