-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tile dumping when /tmp is not temporary directory
On iOS, each app has its own sandbox which has a temporary directory. The FileUtil::getSysTempDirectoryPath() method successfully gets this directory and we create a tiledump directory under it. Sadly, we then try to write to /tmp regardless of where the temporary directory is. This commit makes us also write our file in the directory returned by FileUtil::getSysTempDirectoryPath() Signed-off-by: Skyler Grey <[email protected]> Change-Id: Ic8425cb94d1d85ac9c77212eb84d0ca7c46cd34e
- Loading branch information
1 parent
5520965
commit e13a251
Showing
1 changed file
with
28 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters