Android API 23 pain
This commit is contained in:
parent
f9f08cc0b7
commit
6a8e6f2093
4 changed files with 87 additions and 60 deletions
|
|
@ -25,7 +25,7 @@ public class AppLogger
|
|||
// open logfile if existing
|
||||
File sd = Environment.getExternalStorageDirectory();
|
||||
if ( sd == null ) return;
|
||||
File debugLog = new File( sd, "brouterapp.txt" );
|
||||
File debugLog = new File( sd, "Android/data/btools.routingapp/files/brouterapp.txt" );
|
||||
if ( debugLog.exists() )
|
||||
{
|
||||
debugLogWriter = new FileWriter( debugLog, true );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue