Better debug messages for Android app

This commit is contained in:
Gioacchino Mazzurco 2018-01-25 16:20:25 +01:00
parent ac9a8437fa
commit c39b3e5fb7
2 changed files with 5 additions and 4 deletions

View file

@ -160,7 +160,8 @@ QtObject
function startDistantChat (own_gxs_id, gxs_id, name, cb)
{
console.log("startDistantChat()")
console.log( "startDistantChat(own_gxs_id, gxs_id, name, cb)",
own_gxs_id, gxs_id, name, cb )
chatHelper.gxs_id = gxs_id
chatHelper.name = name
chatHelper.cb = cb