Skip to content

Commit

Permalink
fix log file for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed Sep 21, 2021
1 parent 3bfb6e9 commit 110c5fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void onCreate(Bundle bundle){
super.onCreate(bundle);
//TODO: change location to something that the user will have access outside of limbo
// like internal storage
Logger.setupLogFile(LimboApplication.getInstance().getCacheDir() + "/limbo/limbo-arm-log.txt");
Logger.setupLogFile("/limbo/limbo-arm-log.txt");
}

protected void loadQEMULib(){
Expand Down

0 comments on commit 110c5fd

Please sign in to comment.