forked from organicmaps/organicmaps
[android] Add some debug logs.
This commit is contained in:
parent
1a6db7f2b8
commit
7c1ed9bbfc
1 changed files with 4 additions and 0 deletions
|
@ -36,8 +36,12 @@ extern "C"
|
|||
extTmpPath,
|
||||
isPro);
|
||||
|
||||
LOG(LDEBUG, ("Creating android::Framework instance ..."));
|
||||
|
||||
if (!g_framework)
|
||||
g_framework = new android::Framework();
|
||||
|
||||
LOG(LDEBUG, ("android::Framework created"));
|
||||
}
|
||||
|
||||
JNIEXPORT jboolean JNICALL
|
||||
|
|
Loading…
Add table
Reference in a new issue