Rename log file to `eden_log`
This commit is contained in:
parent
0d8a40e3da
commit
0c4d8a8b08
|
|
@ -375,14 +375,14 @@ class HomeSettingsFragment : Fragment() {
|
|||
mainActivity,
|
||||
DocumentsContract.buildDocumentUri(
|
||||
DocumentProvider.AUTHORITY,
|
||||
"${DocumentProvider.ROOT_ID}/log/yuzu_log.txt"
|
||||
"${DocumentProvider.ROOT_ID}/log/eden_log.txt"
|
||||
)
|
||||
)!!
|
||||
val oldLog = DocumentFile.fromSingleUri(
|
||||
mainActivity,
|
||||
DocumentsContract.buildDocumentUri(
|
||||
DocumentProvider.AUTHORITY,
|
||||
"${DocumentProvider.ROOT_ID}/log/yuzu_log.txt.old.txt"
|
||||
"${DocumentProvider.ROOT_ID}/log/eden_log.txt.old.txt"
|
||||
)
|
||||
)!!
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@
|
|||
|
||||
// yuzu-specific files
|
||||
|
||||
#define LOG_FILE "yuzu_log.txt"
|
||||
#define LOG_FILE "eden_log.txt"
|
||||
|
|
|
|||
Loading…
Reference in New Issue