Skip to content

Commit c73488a

Browse files
committed
Update project-settings.md
1 parent ddca6c8 commit c73488a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/manuals/project-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ The title of the application.
6161
The version of the application.
6262

6363
#### Write Log
64-
When checked, the engine will write a log file. If running more than one instance from the editor the file will be named *instance_2_log.txt* with `2` being the instance index. If running a single instance or from a bundle the file will be named *log.txt* The location of the log file will be one of the following paths (tested in order):
64+
When checked, the engine will write a log file. If running more than one instance from the editor the file will be named *instance_2_log.txt* with `2` being the instance index. If running a single instance or from a bundle the file will be named *log.txt* The location of the log file will be one of the following paths (tried in order):
6565

66-
1. The path specified in *project.log_dir*
66+
1. The path specified in *project.log_dir* (hidden setting)
6767
2. The system log path:
6868
* macOS/iOS: `NSDocumentDirectory`
69-
* Android: `getExternalFilesDir()`
69+
* Android: `Context.getExternalFilesDir()`
7070
* Others: Application root
7171
3. The application support path
7272
* macOS/iOS: `NSApplicationSupportDirectory`
7373
* Windows: `CSIDL_APPDATA` (eg C:\Users\<username>\AppData\Roaming)
74-
* Android: `getFilesDir()`
74+
* Android: `Context.getFilesDir()`
7575
* Linux: `HOME` environment variable
7676

7777
#### Minimum Log Level

0 commit comments

Comments
 (0)