Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
0cb45abd
Commit
0cb45abd
authored
Oct 20, 2016
by
pedroGitt
Browse files
Update logs
parent
867ef94c
Changes
1
Hide whitespace changes
Inline
Side-by-side
java/android/OlmLibSdk/olm-sdk/src/main/jni/olm_jni_helper.cpp
View file @
0cb45abd
...
...
@@ -104,7 +104,7 @@ jlong getAccountInstanceId(JNIEnv* aJniEnv, jobject aJavaObject)
{
LOGE
(
"## getAccountInstanceId() ERROR! aJniEnv=NULL"
);
}
LOGD
(
"## getAccountInstanceId() success - instanceId=%
lld"
,
instanceId
);
LOGD
(
"## getAccountInstanceId() success - instanceId=%
p (jlong)(intptr_t)instanceId=%lld"
,(
void
*
)
instanceId
,
(
jlong
)(
intptr_t
)
instanceId
);
return
instanceId
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment