Update GLActivity.java
This commit is contained in:
parent
c1995b237b
commit
406b97339e
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ public class GLActivity extends Activity {
|
||||||
|
|
||||||
Log.i(TAG, "Initializing core...");
|
Log.i(TAG, "Initializing core...");
|
||||||
_coreResources = CoreResourcesFromAndroidAssetsCustom.loadFromCurrentApplication(this);
|
_coreResources = CoreResourcesFromAndroidAssetsCustom.loadFromCurrentApplication(this);
|
||||||
OsmAndCore.InitializeCore(_coreResources);
|
OsmAndCore.InitializeCore(_coreResources.instantiateProxy());
|
||||||
|
|
||||||
File directory =getApp().getAppPath("");
|
File directory =getApp().getAppPath("");
|
||||||
_fileLogSink = QIODeviceLogSink.createFileLogSink(directory.getAbsolutePath() + "/osmandcore.log");
|
_fileLogSink = QIODeviceLogSink.createFileLogSink(directory.getAbsolutePath() + "/osmandcore.log");
|
||||||
|
|
Loading…
Reference in a new issue