I answered this question by myself. WebRTC logging on "firefox on android" works on both x86 and arm android phone.
You should export these logging environment variables on system level environment. so "firefox on android" apk can get them on runtime. For me, i can build our x86 android system image, so i put those environment in our init.xxx.rc. So i can get what i wanted webrtc tracing log successfully. BR, Lu Qiang On Thursday, September 26, 2013 12:07:51 PM UTC+8, [email protected] wrote: > Hi, > > > > Can anyone tell me how to enable webrtc tracing on firefox for android? > > > > Actually, in linux, i can make webrtc tracing file be written by set some > logging environment variable follows instruction on > > https://wiki.mozilla.org/Media/WebRTC/Logging > > https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging > > > > But, in Android, > > even i set same environment variable, webrtc tracing file couldn't be > recorded on our device. > > > > Any suggestions about it is appreciated! > > > > Thanks, > > > > Lu Qiang _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

