mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Better debug messages for Android app
This commit is contained in:
parent
ac9a8437fa
commit
c39b3e5fb7
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue