Closed wminner closed 8 years ago
I can see this method being called in log "fi11071545-walk_underground-log-all.txt". Search for "onDisconnected".
Where is gcq.c(String) called? This is supposed to set the hangout_id.
hangout_id is supposed to be created in geu.r, but according to the logs, this never seems to happen (for both WiFi and cellular calls). This must be the reason a cell to wifi handoff never seems to occur.
Doesn't get through this nested condition check:
// If there is a gcq (connection) object and there is NOT a gdc (handoff) object associated with our cellular call... if (this.a.d != null && this.a.d.k() == null) { // If disconnectionCause is ERROR (1) AND gcq and its hangout_id are defined... if (disconnectCause.getCode() == 1 && this.a.o()) {