Rename log file to `eden_log`
This commit is contained in:
parent
e4d277f0c8
commit
76f424de00
|
|
@ -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