This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.content.SharedPreferences; | |
/** | |
* @author Pritsh Joshi on 16-10-2017 10:17 PM. | |
* <p> | |
* This is for storing the user session and initialized whenever a user sign up or logs in | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:13:50.419 [AsyncLocalizer Executor - 3-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13521ms for sessionid 0x10001e0a5d50054 | |
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13525ms for sessionid 0x10001e0a5d5004d | |
20:13:50.419 [AsyncLocalizer Executor - 3-SendThread(localhost:2000)] INFO o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13521ms for sessionid 0x10001e0a5d50054, closing socket connection and attempting reconnect | |
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] INFO o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13525ms for sessionid 0x10001e0a5d5004d, closing socket connection and attempting reconnect | |
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed |