diff options
Diffstat (limited to 'WebKit/android/AndroidLog.h')
-rw-r--r-- | WebKit/android/AndroidLog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/AndroidLog.h b/WebKit/android/AndroidLog.h index 0c8e160..b5d63e8 100644 --- a/WebKit/android/AndroidLog.h +++ b/WebKit/android/AndroidLog.h @@ -42,6 +42,6 @@ extern FILE* gRenderTreeFile; #define DUMP_RENDER_LOGD(...) ((void)0) #endif /* ANDROID_DOM_LOGGING */ -#define DISPLAY_TREE_LOG_FILE "/data/data/com.android.browser/displayTree.txt" +#define DISPLAY_TREE_LOG_FILE "/sdcard/displayTree.txt" #endif /* ANDROIDLOG_H_ */ |