Can't say for sure, but this is what I would try: - specify FLAG_logfile to write somewhere to '/sdcard', perhaps, you have permission problems;
- try inserting Android logging into V8 logging setup to see what's wrong: - see http://mobilepearls.com/labs/native-android-api/#logging for API (then you can just use 'adb logcat' to view it) - V8's log init code is Log::Initialize in src/log-utils.cc On Tue, Sep 20, 2011 at 01:41, harrisJ <[email protected]> wrote: > I tried to make v8.log on android when I use android browser. > > So I edited 'src/flag-definitions.h' to turn on flags related logging > and profiling as a default. > > After rebuilt of libv8 and android framework, it doesn't make v8.log. > I checked when I using v8shell on android with --prof option. but it > works. (it make v8.log) > > How can I make v8.log when I using android browser? > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
