Rename log file to eden_log
This commit is contained in:
parent
0d8a40e3da
commit
0c4d8a8b08
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue